#B8A924

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

Shades of Earls Green #B8A924

Tints of Earls Green #B8A924

Color information

#B8A924 (or 0xB8A924) is unknown color: approx Earls Green. HEX triplet: B8, A9 and 24. RGB value is (184,169,36). Sum of RGB (Red+Green+Blue) = 184+169+36=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A924 is #4756DB. Grayscale: #9E9E9E. Windows color (decimal): -4675292 or 2402744. OLE color: 2402744.

HSL color Cylindrical-coordinate representation of color #B8A924: hue angle of 53.92º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8A924 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB18416936-
CMYK00.080.800.28
HSL53.92º67.27%43.14%-
HSV(B)53.92º80.43%72.16%-
XYZ34.2738.697.33-
YUV158.3258.97146.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 36 (14.45% from 255) = 9.25%
R=47.30%
G=43.44%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841693600.080.800.2853.9267.2743.14
HexB8A92408501C36432b
Octal27025144010120346610353
Binary1011100010101001100100010001010000111001101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A924; }

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

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

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

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

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

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

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

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