#A9AB59

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

Shades of Olive Green #A9AB59

Tints of Olive Green #A9AB59

Color information

#A9AB59 (or 0xA9AB59) is unknown color: approx Olive Green. HEX triplet: A9, AB and 59. RGB value is (169,171,89). Sum of RGB (Red+Green+Blue) = 169+171+89=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AB59 is #5654A6. Grayscale: #A1A1A1. Windows color (decimal): -5657767 or 5876649. OLE color: 5876649.

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

Color convert

RGB16917189-
CMYK0.0100.480.33
HSL61.46º32.8%50.98%-
HSV(B)61.46º47.95%67.06%-
XYZ32.7338.2815.12-
YUV161.0587.34133.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=39.39%
G=39.86%
B=20.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169171890.0100.480.3361.4632.850.98
HexA9AB591030213d2133
Octal251253131106041754163
Binary1010100110101011101100110110000100001111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB59; }

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

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

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

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

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

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

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

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