#AAAB59

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

Shades of Olive Green #AAAB59

Tints of Olive Green #AAAB59

Color information

#AAAB59 (or 0xAAAB59) is unknown color: approx Olive Green. HEX triplet: AA, AB and 59. RGB value is (170,171,89). Sum of RGB (Red+Green+Blue) = 170+171+89=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB59 is #5554A6. Grayscale: #A1A1A1. Windows color (decimal): -5592231 or 5876650. OLE color: 5876650.

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

Color convert

RGB17017189-
CMYK0.0100.480.33
HSL60.73º32.8%50.98%-
HSV(B)60.73º47.95%67.06%-
XYZ32.9438.3915.13-
YUV161.3587.17134.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 89 (35.16% from 255) = 20.70%
R=39.53%
G=39.77%
B=20.70%

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
Decimal170171890.0100.480.3360.7332.850.98
HexAAAB591030213d2133
Octal252253131106041754163
Binary1010101010101011101100110110000100001111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB59; }

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

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

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

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

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

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

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

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