#B2A324

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

Shades of Earls Green #B2A324

Tints of Earls Green #B2A324

Color information

#B2A324 (or 0xB2A324) is unknown color: approx Earls Green. HEX triplet: B2, A3 and 24. RGB value is (178,163,36). Sum of RGB (Red+Green+Blue) = 178+163+36=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A324 is #4D5CDB. Grayscale: #999999. Windows color (decimal): -5070044 or 2401202. OLE color: 2401202.

HSL color Cylindrical-coordinate representation of color #B2A324: hue angle of 53.66º 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 #B2A324 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17816336-
CMYK00.080.800.30
HSL53.66º66.36%41.96%-
HSV(B)53.66º79.78%69.8%-
XYZ31.7835.796.9-
YUV153.0161.97145.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 36 (14.45% from 255) = 9.55%
R=47.21%
G=43.24%
B=9.55%

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
Decimal1781633600.080.800.3053.6666.3641.96
HexB2A32408501E36422a
Octal26224344010120366610252
Binary1011001010100011100100010001010000111101101101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A324; }

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

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

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

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

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

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

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

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