#B6AA16

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

Shades of Earls Green #B6AA16

Tints of Earls Green #B6AA16

Color information

#B6AA16 (or 0xB6AA16) is unknown color: approx Earls Green. HEX triplet: B6, AA and 16. RGB value is (182,170,22). Sum of RGB (Red+Green+Blue) = 182+170+22=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AA16 is #4955E9. Grayscale: #9D9D9D. Windows color (decimal): -4806122 or 1485494. OLE color: 1485494.

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

Color convert

RGB18217022-
CMYK00.070.880.29
HSL55.5º78.43%40%-
HSV(B)55.5º87.91%71.37%-
XYZ33.8138.756.46-
YUV156.7251.98146.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 22 (8.98% from 255) = 5.88%
R=48.66%
G=45.45%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821702200.070.880.2955.578.4340
HexB6AA1607581D384e28
Octal2662522607130357011650
Binary10110110101010101011001111011000111011110001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA16; }

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

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

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

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

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

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

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

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