#abab1f

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

Shades of Earls Green #ABAB1F

Tints of Earls Green #ABAB1F

Color information

#ABAB1F (or 0xABAB1F) is unknown color: approx Earls Green. HEX triplet: AB, AB and 1F. RGB value is (171,171,31). Sum of RGB (Red+Green+Blue) = 171+171+31=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB1F is #5454E0. Grayscale: #9B9B9B. Windows color (decimal): -5526753 or 2075563. OLE color: 2075563.

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

Color convert

RGB17117131-
CMYK000.820.33
HSL60º69.31%39.61%-
HSV(B)60º81.87%67.06%-
XYZ31.637.886.94-
YUV155.0458139.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 31 (12.5% from 255) = 8.31%
R=45.84%
G=45.84%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117131000.820.336069.3139.61
HexABAB1F0052213c4528
Octal2532533700122417410550
Binary1010101110101011111110010100101000011111001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abab1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abab1f; }

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

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

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

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

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

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

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

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