#B0A81C

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

Shades of Earls Green #B0A81C

Tints of Earls Green #B0A81C

Color information

#B0A81C (or 0xB0A81C) is unknown color: approx Earls Green. HEX triplet: B0, A8 and 1C. RGB value is (176,168,28). Sum of RGB (Red+Green+Blue) = 176+168+28=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A81C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A81C is #4F57E3. Grayscale: #9B9B9B. Windows color (decimal): -5199844 or 1878192. OLE color: 1878192.

HSL color Cylindrical-coordinate representation of color #B0A81C: hue angle of 56.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0A81C is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB17616828-
CMYK00.050.840.31
HSL56.76º72.55%40%-
HSV(B)56.76º84.09%69.02%-
XYZ32.1237.326.61-
YUV154.4356.65143.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 168 (66.02% from 255) = 45.16%
BLUE value IS 28 (11.33% from 255) = 7.53%
R=47.31%
G=45.16%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761682800.050.840.3156.7672.5540
HexB0A81C05541F394928
Octal2602503405124377111150
Binary10110000101010001110001011010100111111110011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A81C; }

 p { color: rgb(176,168,28); }

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

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

 a { background-color: rgb(176,168,28); }

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

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

 span { border-color: rgb(176,168,28); }

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