#aba81f

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

Shades of Earls Green #ABA81F

Tints of Earls Green #ABA81F

Color information

#ABA81F (or 0xABA81F) is unknown color: approx Earls Green. HEX triplet: AB, A8 and 1F. RGB value is (171,168,31). Sum of RGB (Red+Green+Blue) = 171+168+31=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA81F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA81F is #5457E0. Grayscale: #999999. Windows color (decimal): -5527521 or 2074795. OLE color: 2074795.

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

Color convert

RGB17116831-
CMYK00.020.820.33
HSL58.71º69.31%39.61%-
HSV(B)58.71º81.87%67.06%-
XYZ31.0436.766.76-
YUV153.2858.99140.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 168 (66.02% from 255) = 45.41%
BLUE value IS 31 (12.5% from 255) = 8.38%
R=46.22%
G=45.41%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711683100.020.820.3358.7169.3139.61
HexABA81F0252213b4528
Octal2532503702122417310550
Binary10101011101010001111101010100101000011110111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aba81f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aba81f; }

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

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

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

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

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

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

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

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