#AAB560

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

Shades of Olive Green #AAB560

Tints of Olive Green #AAB560

Color information

#AAB560 (or 0xAAB560) is unknown color: approx Olive Green. HEX triplet: AA, B5 and 60. RGB value is (170,181,96). Sum of RGB (Red+Green+Blue) = 170+181+96=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB560 is #554A9F. Grayscale: #A8A8A8. Windows color (decimal): -5589664 or 6337962. OLE color: 6337962.

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

Color convert

RGB17018196-
CMYK0.0600.470.29
HSL67.76º36.48%54.31%-
HSV(B)67.76º46.96%70.98%-
XYZ35.2142.4417.4-
YUV168.0287.36129.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=38.03%
G=40.49%
B=21.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170181960.0600.470.2967.7636.4854.31
HexAAB560602F1D442436
Octal2522651406057351044466
Binary101010101011010111000001100101111111011000100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB560; }

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

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

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

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

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

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

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

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