#AAB697

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

Shades of Green Spring #AAB697

Tints of Green Spring #AAB697

Color information

#AAB697 (or 0xAAB697) is unknown color: approx Green Spring. HEX triplet: AA, B6 and 97. RGB value is (170,182,151). Sum of RGB (Red+Green+Blue) = 170+182+151=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB697 is #554968. Grayscale: #AEAEAE. Windows color (decimal): -5589353 or 9942698. OLE color: 9942698.

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

Color convert

RGB170182151-
CMYK0.0700.170.29
HSL83.23º17.51%65.29%-
HSV(B)83.23º17.03%71.37%-
XYZ38.8944.2435.77-
YUV174.88114.52124.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=33.80%
G=36.18%
B=30.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821510.0700.170.2983.2317.5165.29
HexAAB69770111D531241
Octal25226622770213512322101
Binary101010101011011010010111111010001111011010011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB697; }

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

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

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

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

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

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

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

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