#B9A924

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

Shades of Earls Green #B9A924

Tints of Earls Green #B9A924

Color information

#B9A924 (or 0xB9A924) is unknown color: approx Earls Green. HEX triplet: B9, A9 and 24. RGB value is (185,169,36). Sum of RGB (Red+Green+Blue) = 185+169+36=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A924 is #4656DB. Grayscale: #9F9F9F. Windows color (decimal): -4609756 or 2402745. OLE color: 2402745.

HSL color Cylindrical-coordinate representation of color #B9A924: hue angle of 53.56º 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 #B9A924 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18516936-
CMYK00.090.810.27
HSL53.56º67.42%43.33%-
HSV(B)53.56º80.54%72.55%-
XYZ34.5138.827.34-
YUV158.6258.8146.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 169 (66.41% from 255) = 43.33%
BLUE value IS 36 (14.45% from 255) = 9.23%
R=47.44%
G=43.33%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851693600.090.810.2753.5667.4243.33
HexB9A92409511B36432b
Octal27125144011121336610353
Binary1011100110101001100100010011010001110111101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A924; }

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

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

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

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

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

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

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

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