#B9AB24

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

Shades of Earls Green #B9AB24

Tints of Earls Green #B9AB24

Color information

#B9AB24 (or 0xB9AB24) is unknown color: approx Earls Green. HEX triplet: B9, AB and 24. RGB value is (185,171,36). Sum of RGB (Red+Green+Blue) = 185+171+36=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB24 is #4654DB. Grayscale: #A0A0A0. Windows color (decimal): -4609244 or 2403257. OLE color: 2403257.

HSL color Cylindrical-coordinate representation of color #B9AB24: hue angle of 54.36º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9AB24 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18517136-
CMYK00.080.810.27
HSL54.36º67.42%43.33%-
HSV(B)54.36º80.54%72.55%-
XYZ34.8939.577.47-
YUV159.858.14145.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 36 (14.45% from 255) = 9.18%
R=47.19%
G=43.62%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851713600.080.810.2754.3667.4243.33
HexB9AB2408511B36432b
Octal27125344010121336610353
Binary1011100110101011100100010001010001110111101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB24; }

 p { color: rgb(185,171,36); }

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

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

 a { background-color: rgb(185,171,36); }

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

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

 span { border-color: rgb(185,171,36); }

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