#AABA5D

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

Shades of Olive Green #AABA5D

Tints of Olive Green #AABA5D

Color information

#AABA5D (or 0xAABA5D) is unknown color: approx Olive Green. HEX triplet: AA, BA and 5D. RGB value is (170,186,93). Sum of RGB (Red+Green+Blue) = 170+186+93=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA5D is #5545A2. Grayscale: #AAAAAA. Windows color (decimal): -5588387 or 6142634. OLE color: 6142634.

HSL color Cylindrical-coordinate representation of color #AABA5D: hue angle of 70.32º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AABA5D is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB17018693-
CMYK0.0900.50.27
HSL70.32º40.26%54.71%-
HSV(B)70.32º50%72.94%-
XYZ36.1144.4517.03-
YUV170.6184.2127.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 93 (36.72% from 255) = 20.71%
R=37.86%
G=41.43%
B=20.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186930.0900.50.2770.3240.2654.71
HexAABA5D90321B462837
Octal25227213511062331065067
Binary1010101010111010101110110010110010110111000110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA5D; }

 p { color: rgb(170,186,93); }

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

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

 a { background-color: rgb(170,186,93); }

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

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

 span { border-color: rgb(170,186,93); }

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