#AAB197

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

Shades of Green Spring #AAB197

Tints of Green Spring #AAB197

Color information

#AAB197 (or 0xAAB197) is unknown color: approx Green Spring. HEX triplet: AA, B1 and 97. RGB value is (170,177,151). Sum of RGB (Red+Green+Blue) = 170+177+151=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB197 is #554E68. Grayscale: #ACACAC. Windows color (decimal): -5590633 or 9941418. OLE color: 9941418.

HSL color Cylindrical-coordinate representation of color #AAB197: hue angle of 76.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB197 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB170177151-
CMYK0.0400.150.31
HSL76.15º14.29%64.31%-
HSV(B)76.15º14.69%69.41%-
XYZ37.8942.2235.43-
YUV171.94116.18126.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=34.14%
G=35.54%
B=30.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771510.0400.150.3176.1514.2964.31
HexAAB19740F1F4ce40
Octal25226122740173711416100
Binary1010101010110001100101111000111111111100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB197; }

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

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

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

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

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

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

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

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