#B2A222

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

Shades of Earls Green #B2A222

Tints of Earls Green #B2A222

Color information

#B2A222 (or 0xB2A222) is unknown color: approx Earls Green. HEX triplet: B2, A2 and 22. RGB value is (178,162,34). Sum of RGB (Red+Green+Blue) = 178+162+34=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A222 is #4D5DDD. Grayscale: #989898. Windows color (decimal): -5070302 or 2269874. OLE color: 2269874.

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

Color convert

RGB17816234-
CMYK00.090.810.30
HSL53.33º67.92%41.57%-
HSV(B)53.33º80.9%69.8%-
XYZ31.5735.426.69-
YUV152.1961.3146.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.59%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 34 (13.67% from 255) = 9.09%
R=47.59%
G=43.32%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781623400.090.810.3053.3367.9241.57
HexB2A22209511E35442a
Octal26224242011121366510452
Binary1011001010100010100010010011010001111101101011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A222; }

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

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

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

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

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

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

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

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