#B9B831

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

Shades of Earls Green #B9B831

Tints of Earls Green #B9B831

Color information

#B9B831 (or 0xB9B831) is unknown color: approx Earls Green. HEX triplet: B9, B8 and 31. RGB value is (185,184,49). Sum of RGB (Red+Green+Blue) = 185+184+49=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B831 is #4647CE. Grayscale: #A9A9A9. Windows color (decimal): -4605903 or 3258553. OLE color: 3258553.

HSL color Cylindrical-coordinate representation of color #B9B831: hue angle of 59.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9B831 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18518449-
CMYK00.010.740.27
HSL59.56º58.12%45.88%-
HSV(B)59.56º73.51%72.55%-
XYZ37.744.829.57-
YUV168.9160.33139.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 184 (72.27% from 255) = 44.02%
BLUE value IS 49 (19.53% from 255) = 11.72%
R=44.26%
G=44.02%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851844900.010.740.2759.5658.1245.88
HexB9B831014A1B3c3a2e
Octal271270610111233747256
Binary101110011011100011000101100101011011111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B831; }

 p { color: rgb(185,184,49); }

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

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

 a { background-color: rgb(185,184,49); }

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

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

 span { border-color: rgb(185,184,49); }

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