#ABA559

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

Shades of Olive Green #ABA559

Tints of Olive Green #ABA559

Color information

#ABA559 (or 0xABA559) is unknown color: approx Olive Green. HEX triplet: AB, A5 and 59. RGB value is (171,165,89). Sum of RGB (Red+Green+Blue) = 171+165+89=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA559 is #545AA6. Grayscale: #9E9E9E. Windows color (decimal): -5528231 or 5875115. OLE color: 5875115.

HSL color Cylindrical-coordinate representation of color #ABA559: hue angle of 55.61º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABA559 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17116589-
CMYK00.040.480.33
HSL55.61º32.8%50.98%-
HSV(B)55.61º47.95%67.06%-
XYZ32.0536.2914.77-
YUV158.1388.99137.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 89 (35.16% from 255) = 20.94%
R=40.24%
G=38.82%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711658900.040.480.3355.6132.850.98
HexABA559043021382133
Octal253245131046041704163
Binary101010111010010110110010100110000100001111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA559; }

 p { color: rgb(171,165,89); }

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

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

 a { background-color: rgb(171,165,89); }

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

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

 span { border-color: rgb(171,165,89); }

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