#ABAF20

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

Shades of Earls Green #ABAF20

Tints of Earls Green #ABAF20

Color information

#ABAF20 (or 0xABAF20) is unknown color: approx Earls Green. HEX triplet: AB, AF and 20. RGB value is (171,175,32). Sum of RGB (Red+Green+Blue) = 171+175+32=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF20 is #5450DF. Grayscale: #9E9E9E. Windows color (decimal): -5525728 or 2142123. OLE color: 2142123.

HSL color Cylindrical-coordinate representation of color #ABAF20: hue angle of 61.68º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABAF20 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17117532-
CMYK0.0200.820.31
HSL61.68º69.08%40.59%-
HSV(B)61.68º81.71%68.63%-
XYZ32.3939.427.27-
YUV157.557.17137.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 32 (12.89% from 255) = 8.47%
R=45.24%
G=46.30%
B=8.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175320.0200.820.3161.6869.0840.59
HexABAF2020521F3e4529
Octal2532574020122377610551
Binary10101011101011111000001001010010111111111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF20; }

 p { color: rgb(171,175,32); }

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

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

 a { background-color: rgb(171,175,32); }

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

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

 span { border-color: rgb(171,175,32); }

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