#B6AA21

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

Shades of Earls Green #B6AA21

Tints of Earls Green #B6AA21

Color information

#B6AA21 (or 0xB6AA21) is unknown color: approx Earls Green. HEX triplet: B6, AA and 21. RGB value is (182,170,33). Sum of RGB (Red+Green+Blue) = 182+170+33=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AA21 is #4955DE. Grayscale: #9E9E9E. Windows color (decimal): -4806111 or 2206390. OLE color: 2206390.

HSL color Cylindrical-coordinate representation of color #B6AA21: hue angle of 55.17º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6AA21 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18217033-
CMYK00.070.820.29
HSL55.17º69.3%42.16%-
HSV(B)55.17º81.87%71.37%-
XYZ33.9438.87.14-
YUV157.9757.48145.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 33 (13.28% from 255) = 8.57%
R=47.27%
G=44.16%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821703300.070.820.2955.1769.342.16
HexB6AA2107521D37452a
Octal2662524107122356710552
Binary101101101010101010000101111010010111011101111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA21; }

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

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

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

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

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

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

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

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