#ABAA2E

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

Shades of Earls Green #ABAA2E

Tints of Earls Green #ABAA2E

Color information

#ABAA2E (or 0xABAA2E) is unknown color: approx Earls Green. HEX triplet: AB, AA and 2E. RGB value is (171,170,46). Sum of RGB (Red+Green+Blue) = 171+170+46=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA2E is #5455D1. Grayscale: #9C9C9C. Windows color (decimal): -5526994 or 3058347. OLE color: 3058347.

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

Color convert

RGB17117046-
CMYK00.010.730.33
HSL59.52º57.6%42.55%-
HSV(B)59.52º73.1%67.06%-
XYZ31.6637.68.17-
YUV156.1665.83138.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 46 (18.36% from 255) = 11.89%
R=44.19%
G=43.93%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711704600.010.730.3359.5257.642.55
HexABAA2E0149213c3a2b
Octal253252560111141747253
Binary1010101110101010101110011001001100001111100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA2E; }

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

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

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

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

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

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

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

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