#AAB696

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

Shades of Green Spring #AAB696

Tints of Green Spring #AAB696

Color information

#AAB696 (or 0xAAB696) is unknown color: approx Green Spring. HEX triplet: AA, B6 and 96. RGB value is (170,182,150). Sum of RGB (Red+Green+Blue) = 170+182+150=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB696 is #554969. Grayscale: #AEAEAE. Windows color (decimal): -5589354 or 9877162. OLE color: 9877162.

HSL color Cylindrical-coordinate representation of color #AAB696: hue angle of 82.5º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB696 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB170182150-
CMYK0.0700.180.29
HSL82.5º17.98%65.1%-
HSV(B)82.5º17.58%71.37%-
XYZ38.8144.235.34-
YUV174.76114.02124.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=33.86%
G=36.25%
B=29.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821500.0700.180.2982.517.9865.1
HexAAB69670121D521241
Octal25226622670223512222101
Binary101010101011011010010110111010010111011010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB696; }

 p { color: rgb(170,182,150); }

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

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

 a { background-color: rgb(170,182,150); }

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

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

 span { border-color: rgb(170,182,150); }

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