#ABA12E

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

Shades of Earls Green #ABA12E

Tints of Earls Green #ABA12E

Color information

#ABA12E (or 0xABA12E) is unknown color: approx Earls Green. HEX triplet: AB, A1 and 2E. RGB value is (171,161,46). Sum of RGB (Red+Green+Blue) = 171+161+46=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA12E is #545ED1. Grayscale: #979797. Windows color (decimal): -5529298 or 3056043. OLE color: 3056043.

HSL color Cylindrical-coordinate representation of color #ABA12E: hue angle of 55.2º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABA12E is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB17116146-
CMYK00.060.730.33
HSL55.2º57.6%42.55%-
HSV(B)55.2º73.1%67.06%-
XYZ30.0334.347.63-
YUV150.8868.81142.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 46 (18.36% from 255) = 12.17%
R=45.24%
G=42.59%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711614600.060.730.3355.257.642.55
HexABA12E064921373a2b
Octal253241560611141677253
Binary101010111010000110111001101001001100001110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA12E; }

 p { color: rgb(171,161,46); }

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

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

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

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

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

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

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