#AAB597

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

Shades of Green Spring #AAB597

Tints of Green Spring #AAB597

Color information

#AAB597 (or 0xAAB597) is unknown color: approx Green Spring. HEX triplet: AA, B5 and 97. RGB value is (170,181,151). Sum of RGB (Red+Green+Blue) = 170+181+151=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB597 is #554A68. Grayscale: #AEAEAE. Windows color (decimal): -5589609 or 9942442. OLE color: 9942442.

HSL color Cylindrical-coordinate representation of color #AAB597: hue angle of 82º degrees, saturation: 0.17, 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 #AAB597 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB170181151-
CMYK0.0600.170.29
HSL82º16.85%65.1%-
HSV(B)82º16.57%70.98%-
XYZ38.6943.8335.7-
YUV174.29114.86124.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=33.86%
G=36.06%
B=30.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811510.0600.170.298216.8565.1
HexAAB59760111D521141
Octal25226522760213512221101
Binary101010101011010110010111110010001111011010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB597; }

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

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

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

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

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

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

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

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