#AAB85E

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

Shades of Olive Green #AAB85E

Tints of Olive Green #AAB85E

Color information

#AAB85E (or 0xAAB85E) is unknown color: approx Olive Green. HEX triplet: AA, B8 and 5E. RGB value is (170,184,94). Sum of RGB (Red+Green+Blue) = 170+184+94=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB85E is #5547A1. Grayscale: #A9A9A9. Windows color (decimal): -5588898 or 6207658. OLE color: 6207658.

HSL color Cylindrical-coordinate representation of color #AAB85E: hue angle of 69.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB85E is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB17018494-
CMYK0.0800.490.28
HSL69.33º38.79%54.51%-
HSV(B)69.33º48.91%72.16%-
XYZ35.7443.6417.13-
YUV169.5585.36128.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 184 (72.27% from 255) = 41.07%
BLUE value IS 94 (37.11% from 255) = 20.98%
R=37.95%
G=41.07%
B=20.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170184940.0800.490.2869.3338.7954.51
HexAAB85E80311C452737
Octal25227013610061341054767
Binary1010101010111000101111010000110001111001000101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB85E; }

 p { color: rgb(170,184,94); }

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

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

 a { background-color: rgb(170,184,94); }

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

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

 span { border-color: rgb(170,184,94); }

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