#B2AA17

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

Shades of Earls Green #B2AA17

Tints of Earls Green #B2AA17

Color information

#B2AA17 (or 0xB2AA17) is unknown color: approx Earls Green. HEX triplet: B2, AA and 17. RGB value is (178,170,23). Sum of RGB (Red+Green+Blue) = 178+170+23=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AA17 is #4D55E8. Grayscale: #9C9C9C. Windows color (decimal): -5068265 or 1551026. OLE color: 1551026.

HSL color Cylindrical-coordinate representation of color #B2AA17: hue angle of 56.9º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2AA17 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17817023-
CMYK00.040.870.30
HSL56.9º77.11%39.41%-
HSV(B)56.9º87.08%69.8%-
XYZ32.8938.286.47-
YUV155.6353.15143.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 23 (9.38% from 255) = 6.20%
R=47.98%
G=45.82%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781702300.040.870.3056.977.1139.41
HexB2AA1704571E394d27
Octal2622522704127367111547
Binary10110010101010101011101001010111111101110011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA17; }

 p { color: rgb(178,170,23); }

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

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

 a { background-color: rgb(178,170,23); }

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

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

 span { border-color: rgb(178,170,23); }

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