#ABAA29

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

Shades of Earls Green #ABAA29

Tints of Earls Green #ABAA29

Color information

#ABAA29 (or 0xABAA29) is unknown color: approx Earls Green. HEX triplet: AB, AA and 29. RGB value is (171,170,41). Sum of RGB (Red+Green+Blue) = 171+170+41=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA29 is #5455D6. Grayscale: #9C9C9C. Windows color (decimal): -5526999 or 2730667. OLE color: 2730667.

HSL color Cylindrical-coordinate representation of color #ABAA29: hue angle of 59.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABAA29 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17117041-
CMYK00.010.760.33
HSL59.54º61.32%41.57%-
HSV(B)59.54º76.02%67.06%-
XYZ31.5737.577.69-
YUV155.5963.33138.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 41 (16.41% from 255) = 10.73%
R=44.76%
G=44.50%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711704100.010.760.3359.5461.3241.57
HexABAA29014C213c3d2a
Octal253252510111441747552
Binary1010101110101010101001011001100100001111100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA29; }

 p { color: rgb(171,170,41); }

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

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

 a { background-color: rgb(171,170,41); }

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

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

 span { border-color: rgb(171,170,41); }

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