#AAB55D

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

Shades of Olive Green #AAB55D

Tints of Olive Green #AAB55D

Color information

#AAB55D (or 0xAAB55D) is unknown color: approx Olive Green. HEX triplet: AA, B5 and 5D. RGB value is (170,181,93). Sum of RGB (Red+Green+Blue) = 170+181+93=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB55D is #554AA2. Grayscale: #A8A8A8. Windows color (decimal): -5589667 or 6141354. OLE color: 6141354.

HSL color Cylindrical-coordinate representation of color #AAB55D: hue angle of 67.5º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB55D is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB17018193-
CMYK0.0600.490.29
HSL67.5º37.29%53.73%-
HSV(B)67.5º48.62%70.98%-
XYZ35.0842.3816.69-
YUV167.6885.86129.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=38.29%
G=40.77%
B=20.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170181930.0600.490.2967.537.2953.73
HexAAB55D60311D442536
Octal2522651356061351044566
Binary101010101011010110111011100110001111011000100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB55D; }

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

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

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

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

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

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

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

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