#ABA927

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

Shades of Earls Green #ABA927

Tints of Earls Green #ABA927

Color information

#ABA927 (or 0xABA927) is unknown color: approx Earls Green. HEX triplet: AB, A9 and 27. RGB value is (171,169,39). Sum of RGB (Red+Green+Blue) = 171+169+39=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA927 is #5456D8. Grayscale: #9B9B9B. Windows color (decimal): -5527257 or 2599339. OLE color: 2599339.

HSL color Cylindrical-coordinate representation of color #ABA927: hue angle of 59.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABA927 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17116939-
CMYK00.010.770.33
HSL59.09º62.86%41.18%-
HSV(B)59.09º77.19%67.06%-
XYZ31.3537.187.44-
YUV154.7862.66139.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 169 (66.41% from 255) = 44.59%
BLUE value IS 39 (15.62% from 255) = 10.29%
R=45.12%
G=44.59%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711693900.010.770.3359.0962.8641.18
HexABA927014D213b3f29
Octal253251470111541737751
Binary1010101110101001100111011001101100001111011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA927; }

 p { color: rgb(171,169,39); }

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

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

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

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

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

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

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