#ABAA1F

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

Shades of Earls Green #ABAA1F

Tints of Earls Green #ABAA1F

Color information

#ABAA1F (or 0xABAA1F) is unknown color: approx Earls Green. HEX triplet: AB, AA and 1F. RGB value is (171,170,31). Sum of RGB (Red+Green+Blue) = 171+170+31=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA1F is #5455E0. Grayscale: #9B9B9B. Windows color (decimal): -5527009 or 2075307. OLE color: 2075307.

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

Color convert

RGB17117031-
CMYK00.010.820.33
HSL59.57º69.31%39.61%-
HSV(B)59.57º81.87%67.06%-
XYZ31.4237.516.88-
YUV154.4558.33139.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 31 (12.5% from 255) = 8.33%
R=45.97%
G=45.70%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711703100.010.820.3359.5769.3139.61
HexABAA1F0152213c4528
Octal2532523701122417410550
Binary1010101110101010111110110100101000011111001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA1F; }

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

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

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

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

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

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

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

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