#ABA429

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

Shades of Earls Green #ABA429

Tints of Earls Green #ABA429

Color information

#ABA429 (or 0xABA429) is unknown color: approx Earls Green. HEX triplet: AB, A4 and 29. RGB value is (171,164,41). Sum of RGB (Red+Green+Blue) = 171+164+41=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA429 is #545BD6. Grayscale: #989898. Windows color (decimal): -5528535 or 2729131. OLE color: 2729131.

HSL color Cylindrical-coordinate representation of color #ABA429: hue angle of 56.77º 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 #ABA429 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17116441-
CMYK00.040.760.33
HSL56.77º61.32%41.57%-
HSV(B)56.77º76.02%67.06%-
XYZ30.4735.377.32-
YUV152.0765.32141.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 41 (16.41% from 255) = 10.90%
R=45.48%
G=43.62%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711644100.040.760.3356.7761.3241.57
HexABA429044C21393d2a
Octal253244510411441717552
Binary101010111010010010100101001001100100001111001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA429; }

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

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

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

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

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

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

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

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