#B0A916

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

Shades of Earls Green #B0A916

Tints of Earls Green #B0A916

Color information

#B0A916 (or 0xB0A916) is unknown color: approx Earls Green. HEX triplet: B0, A9 and 16. RGB value is (176,169,22). Sum of RGB (Red+Green+Blue) = 176+169+22=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A916 is #4F56E9. Grayscale: #9A9A9A. Windows color (decimal): -5199594 or 1485232. OLE color: 1485232.

HSL color Cylindrical-coordinate representation of color #B0A916: hue angle of 57.27º 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 #B0A916 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17616922-
CMYK00.040.880.31
HSL57.27º77.78%38.82%-
HSV(B)57.27º87.5%69.02%-
XYZ32.2437.666.33-
YUV154.3453.32143.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 169 (66.41% from 255) = 46.05%
BLUE value IS 22 (8.98% from 255) = 5.99%
R=47.96%
G=46.05%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761692200.040.880.3157.2777.7838.82
HexB0A91604581F394e27
Octal2602512604130377111647
Binary10110000101010011011001001011000111111110011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A916; }

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

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

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

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

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

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

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

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