#B2AE22

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

Shades of Earls Green #B2AE22

Tints of Earls Green #B2AE22

Color information

#B2AE22 (or 0xB2AE22) is unknown color: approx Earls Green. HEX triplet: B2, AE and 22. RGB value is (178,174,34). Sum of RGB (Red+Green+Blue) = 178+174+34=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AE22 is #4D51DD. Grayscale: #9F9F9F. Windows color (decimal): -5067230 or 2272946. OLE color: 2272946.

HSL color Cylindrical-coordinate representation of color #B2AE22: hue angle of 58.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 #B2AE22 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB17817434-
CMYK00.020.810.30
HSL58.33º67.92%41.57%-
HSV(B)58.33º80.9%69.8%-
XYZ33.7839.857.43-
YUV159.2457.33141.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 174 (68.36% from 255) = 45.08%
BLUE value IS 34 (13.67% from 255) = 8.81%
R=46.11%
G=45.08%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781743400.020.810.3058.3367.9241.57
HexB2AE2202511E3a442a
Octal2622564202121367210452
Binary10110010101011101000100101010001111101110101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE22; }

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

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

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

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

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

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

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

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