#b0aa27

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

Shades of Earls Green #B0AA27

Tints of Earls Green #B0AA27

Color information

#B0AA27 (or 0xB0AA27) is unknown color: approx Earls Green. HEX triplet: B0, AA and 27. RGB value is (176,170,39). Sum of RGB (Red+Green+Blue) = 176+170+39=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA27 is #4F55D8. Grayscale: #9D9D9D. Windows color (decimal): -5199321 or 2599600. OLE color: 2599600.

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

Color convert

RGB17617039-
CMYK00.030.780.31
HSL57.37º63.72%42.16%-
HSV(B)57.37º77.84%69.02%-
XYZ32.6538.137.56-
YUV156.8661.49141.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 39 (15.62% from 255) = 10.13%
R=45.71%
G=44.16%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761703900.030.780.3157.3763.7242.16
HexB0AA27034E1F39402a
Octal2602524703116377110052
Binary10110000101010101001110111001110111111110011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0aa27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0aa27; }

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

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

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

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

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

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

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

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