#ABAE1D

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

Shades of Earls Green #ABAE1D

Tints of Earls Green #ABAE1D

Color information

#ABAE1D (or 0xABAE1D) is unknown color: approx Earls Green. HEX triplet: AB, AE and 1D. RGB value is (171,174,29). Sum of RGB (Red+Green+Blue) = 171+174+29=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE1D is #5451E2. Grayscale: #9D9D9D. Windows color (decimal): -5525987 or 1945259. OLE color: 1945259.

HSL color Cylindrical-coordinate representation of color #ABAE1D: hue angle of 61.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABAE1D is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB17117429-
CMYK0.0200.830.32
HSL61.24º71.43%39.8%-
HSV(B)61.24º83.33%68.24%-
XYZ32.1539.027-
YUV156.5756.01138.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 29 (11.72% from 255) = 7.75%
R=45.72%
G=46.52%
B=7.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171174290.0200.830.3261.2471.4339.8
HexABAE1D2053203d4728
Octal2532563520123407510750
Binary10101011101011101110110010100111000001111011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE1D; }

 p { color: rgb(171,174,29); }

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

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

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

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

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

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

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