#aba12c

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

Shades of Earls Green #ABA12C

Tints of Earls Green #ABA12C

Color information

#ABA12C (or 0xABA12C) is unknown color: approx Earls Green. HEX triplet: AB, A1 and 2C. RGB value is (171,161,44). Sum of RGB (Red+Green+Blue) = 171+161+44=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA12C is #545ED3. Grayscale: #979797. Windows color (decimal): -5529300 or 2924971. OLE color: 2924971.

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

Color convert

RGB17116144-
CMYK00.060.740.33
HSL55.28º59.07%42.16%-
HSV(B)55.28º74.27%67.06%-
XYZ29.9934.337.43-
YUV150.6567.81142.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 44 (17.58% from 255) = 11.70%
R=45.48%
G=42.82%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711614400.060.740.3355.2859.0742.16
HexABA12C064A21373b2a
Octal253241540611241677352
Binary101010111010000110110001101001010100001110111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aba12c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aba12c; }

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

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

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

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

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

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

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

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