#B8AA21

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

Shades of Earls Green #B8AA21

Tints of Earls Green #B8AA21

Color information

#B8AA21 (or 0xB8AA21) is unknown color: approx Earls Green. HEX triplet: B8, AA and 21. RGB value is (184,170,33). Sum of RGB (Red+Green+Blue) = 184+170+33=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AA21 is #4755DE. Grayscale: #9F9F9F. Windows color (decimal): -4675039 or 2206392. OLE color: 2206392.

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

Color convert

RGB18417033-
CMYK00.080.820.28
HSL54.44º69.59%42.55%-
HSV(B)54.44º82.07%72.16%-
XYZ34.4239.057.16-
YUV158.5757.14146.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 33 (13.28% from 255) = 8.53%
R=47.55%
G=43.93%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841703300.080.820.2854.4469.5942.55
HexB8AA2108521C36462b
Octal27025241010122346610653
Binary1011100010101010100001010001010010111001101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AA21; }

 p { color: rgb(184,170,33); }

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

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

 a { background-color: rgb(184,170,33); }

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

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

 span { border-color: rgb(184,170,33); }

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