#B2A220

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

Shades of Earls Green #B2A220

Tints of Earls Green #B2A220

Color information

#B2A220 (or 0xB2A220) is unknown color: approx Earls Green. HEX triplet: B2, A2 and 20. RGB value is (178,162,32). Sum of RGB (Red+Green+Blue) = 178+162+32=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A220 is #4D5DDF. Grayscale: #989898. Windows color (decimal): -5070304 or 2138802. OLE color: 2138802.

HSL color Cylindrical-coordinate representation of color #B2A220: hue angle of 53.42º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2A220 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB17816232-
CMYK00.090.820.30
HSL53.42º69.52%41.18%-
HSV(B)53.42º82.02%69.8%-
XYZ31.5435.416.54-
YUV151.9660.3146.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 162 (63.67% from 255) = 43.55%
BLUE value IS 32 (12.89% from 255) = 8.60%
R=47.85%
G=43.55%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781623200.090.820.3053.4269.5241.18
HexB2A22009521E354629
Octal26224240011122366510651
Binary1011001010100010100000010011010010111101101011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A220; }

 p { color: rgb(178,162,32); }

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

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

 a { background-color: rgb(178,162,32); }

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

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

 span { border-color: rgb(178,162,32); }

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