#B2AA0E

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

Shades of Earls Green #B2AA0E

Tints of Earls Green #B2AA0E

Color information

#B2AA0E (or 0xB2AA0E) is unknown color: approx Earls Green. HEX triplet: B2, AA and 0E. RGB value is (178,170,14). Sum of RGB (Red+Green+Blue) = 178+170+14=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AA0E is #4D55F1. Grayscale: #9B9B9B. Windows color (decimal): -5068274 or 961202. OLE color: 961202.

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

Color convert

RGB17817014-
CMYK00.040.920.30
HSL57.07º85.42%37.65%-
HSV(B)57.07º92.13%69.8%-
XYZ32.8138.256.07-
YUV154.6148.65144.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 170 (66.80% from 255) = 46.96%
BLUE value IS 14 (5.86% from 255) = 3.87%
R=49.17%
G=46.96%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781701400.040.920.3057.0785.4237.65
HexB2AAE045C1E395526
Octal2622521604134367112546
Binary1011001010101010111001001011100111101110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA0E; }

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

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

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

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

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

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

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

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