#ABA32D

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

Shades of Earls Green #ABA32D

Tints of Earls Green #ABA32D

Color information

#ABA32D (or 0xABA32D) is unknown color: approx Earls Green. HEX triplet: AB, A3 and 2D. RGB value is (171,163,45). Sum of RGB (Red+Green+Blue) = 171+163+45=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA32D is #545CD2. Grayscale: #989898. Windows color (decimal): -5528787 or 2991019. OLE color: 2991019.

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

Color convert

RGB17116345-
CMYK00.050.740.33
HSL56.19º58.33%42.35%-
HSV(B)56.19º73.68%67.06%-
XYZ30.3735.047.65-
YUV151.9467.65141.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 163 (64.06% from 255) = 43.01%
BLUE value IS 45 (17.97% from 255) = 11.87%
R=45.12%
G=43.01%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711634500.050.740.3356.1958.3342.35
HexABA32D054A21383a2a
Octal253243550511241707252
Binary101010111010001110110101011001010100001111000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA32D; }

 p { color: rgb(171,163,45); }

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

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

 a { background-color: rgb(171,163,45); }

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

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

 span { border-color: rgb(171,163,45); }

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