#B0AA16

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

Shades of Earls Green #B0AA16

Tints of Earls Green #B0AA16

Color information

#B0AA16 (or 0xB0AA16) is unknown color: approx Earls Green. HEX triplet: B0, AA and 16. RGB value is (176,170,22). Sum of RGB (Red+Green+Blue) = 176+170+22=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AA16 is #4F55E9. Grayscale: #9B9B9B. Windows color (decimal): -5199338 or 1485488. OLE color: 1485488.

HSL color Cylindrical-coordinate representation of color #B0AA16: hue angle of 57.66º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0AA16 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17617022-
CMYK00.030.880.31
HSL57.66º77.78%38.82%-
HSV(B)57.66º87.5%69.02%-
XYZ32.4238.046.39-
YUV154.9252.99143.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 22 (8.98% from 255) = 5.98%
R=47.83%
G=46.20%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761702200.030.880.3157.6677.7838.82
HexB0AA1603581F3a4e27
Octal2602522603130377211647
Binary1011000010101010101100111011000111111110101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA16; }

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

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

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

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

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

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

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

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