#B3AA24

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

Shades of Earls Green #B3AA24

Tints of Earls Green #B3AA24

Color information

#B3AA24 (or 0xB3AA24) is unknown color: approx Earls Green. HEX triplet: B3, AA and 24. RGB value is (179,170,36). Sum of RGB (Red+Green+Blue) = 179+170+36=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AA24 is #4C55DB. Grayscale: #9D9D9D. Windows color (decimal): -5002716 or 2402995. OLE color: 2402995.

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

Color convert

RGB17917036-
CMYK00.050.800.30
HSL56.22º66.51%42.16%-
HSV(B)56.22º79.89%70.2%-
XYZ33.2838.467.34-
YUV157.4259.48143.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 36 (14.45% from 255) = 9.35%
R=46.49%
G=44.16%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791703600.050.800.3056.2266.5142.16
HexB3AA2405501E38432a
Octal2632524405120367010352
Binary101100111010101010010001011010000111101110001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA24; }

 p { color: rgb(179,170,36); }

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

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

 a { background-color: rgb(179,170,36); }

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

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

 span { border-color: rgb(179,170,36); }

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