#B9B51B

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

Shades of Earls Green #B9B51B

Tints of Earls Green #B9B51B

Color information

#B9B51B (or 0xB9B51B) is unknown color: approx Earls Green. HEX triplet: B9, B5 and 1B. RGB value is (185,181,27). Sum of RGB (Red+Green+Blue) = 185+181+27=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B51B is #464AE4. Grayscale: #A5A5A5. Windows color (decimal): -4606693 or 1815993. OLE color: 1815993.

HSL color Cylindrical-coordinate representation of color #B9B51B: hue angle of 58.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9B51B is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB18518127-
CMYK00.020.850.27
HSL58.48º74.53%41.57%-
HSV(B)58.48º85.41%72.55%-
XYZ36.7343.447.49-
YUV164.6450.33142.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 181 (71.09% from 255) = 46.06%
BLUE value IS 27 (10.94% from 255) = 6.87%
R=47.07%
G=46.06%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851812700.020.850.2758.4874.5341.57
HexB9B51B02551B3a4b2a
Octal2712653302125337211352
Binary1011100110110101110110101010101110111110101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B51B; }

 p { color: rgb(185,181,27); }

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

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

 a { background-color: rgb(185,181,27); }

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

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

 span { border-color: rgb(185,181,27); }

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