#B2A424

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

Shades of Earls Green #B2A424

Tints of Earls Green #B2A424

Color information

#B2A424 (or 0xB2A424) is unknown color: approx Earls Green. HEX triplet: B2, A4 and 24. RGB value is (178,164,36). Sum of RGB (Red+Green+Blue) = 178+164+36=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A424 is #4D5BDB. Grayscale: #9A9A9A. Windows color (decimal): -5069788 or 2401458. OLE color: 2401458.

HSL color Cylindrical-coordinate representation of color #B2A424: hue angle of 54.08º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2A424 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17816436-
CMYK00.080.800.30
HSL54.08º66.36%41.96%-
HSV(B)54.08º79.78%69.8%-
XYZ31.9536.146.96-
YUV153.5961.64145.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 36 (14.45% from 255) = 9.52%
R=47.09%
G=43.39%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781643600.080.800.3054.0866.3641.96
HexB2A42408501E36422a
Octal26224444010120366610252
Binary1011001010100100100100010001010000111101101101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A424; }

 p { color: rgb(178,164,36); }

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

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

 a { background-color: rgb(178,164,36); }

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

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

 span { border-color: rgb(178,164,36); }

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