#BEB430

Color #BEB430 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BEB430

Tints of Earls Green #BEB430

Color information

#BEB430 (or 0xBEB430) is unknown color: approx Earls Green. HEX triplet: BE, B4 and 30. RGB value is (190,180,48). Sum of RGB (Red+Green+Blue) = 190+180+48=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB430 is #414BCF. Grayscale: #A8A8A8. Windows color (decimal): -4279248 or 3191998. OLE color: 3191998.

HSL color Cylindrical-coordinate representation of color #BEB430: hue angle of 55.77º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEB430 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB19018048-
CMYK00.050.750.25
HSL55.77º59.66%46.67%-
HSV(B)55.77º74.74%74.51%-
XYZ38.0943.89.24-
YUV167.9460.31143.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 48 (19.14% from 255) = 11.48%
R=45.45%
G=43.06%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901804800.050.750.2555.7759.6646.67
HexBEB430054B19383c2f
Octal276264600511331707457
Binary10111110101101001100000101100101111001111000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB430; }

 p { color: rgb(190,180,48); }

 H1.HeaderClassName
 {
   color: #BEB430;
 }
 .AnyTagClassName
 {
   color: #BEB430;
 }
</style>
background-color css

<style>
 a { background-color: #BEB430; }

 a { background-color: rgb(190,180,48); }

 div.DivClassName
 {
   background-color: #BEB430;
 }
 .BgClassName
 {
   background-color: #BEB430;
 }
</style>
border-color css

<style>
 span { border-color: #BEB430; }

 span { border-color: rgb(190,180,48); }

 td.TdClassName
 {
   border-color: #BEB430;
 }
 .TagClassName
 {
   border-color: #BEB430;
 }
</style>