#B0A91C

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

Shades of Earls Green #B0A91C

Tints of Earls Green #B0A91C

Color information

#B0A91C (or 0xB0A91C) is unknown color: approx Earls Green. HEX triplet: B0, A9 and 1C. RGB value is (176,169,28). Sum of RGB (Red+Green+Blue) = 176+169+28=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A91C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A91C is #4F56E3. Grayscale: #9B9B9B. Windows color (decimal): -5199588 or 1878448. OLE color: 1878448.

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

Color convert

RGB17616928-
CMYK00.040.840.31
HSL57.16º72.55%40%-
HSV(B)57.16º84.09%69.02%-
XYZ32.337.696.67-
YUV155.0256.32142.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 169 (66.41% from 255) = 45.31%
BLUE value IS 28 (11.33% from 255) = 7.51%
R=47.18%
G=45.31%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761692800.040.840.3157.1672.5540
HexB0A91C04541F394928
Octal2602513404124377111150
Binary10110000101010011110001001010100111111110011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A91C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A91C; }

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

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

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

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

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

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

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

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