#AAB595

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

Shades of Green Spring #AAB595

Tints of Green Spring #AAB595

Color information

#AAB595 (or 0xAAB595) is unknown color: approx Green Spring. HEX triplet: AA, B5 and 95. RGB value is (170,181,149). Sum of RGB (Red+Green+Blue) = 170+181+149=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB595 is #554A6A. Grayscale: #AEAEAE. Windows color (decimal): -5589611 or 9811370. OLE color: 9811370.

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

Color convert

RGB170181149-
CMYK0.0600.180.29
HSL80.62º17.78%64.71%-
HSV(B)80.62º17.68%70.98%-
XYZ38.5343.7634.85-
YUV174.06113.86125.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=34%
G=36.2%
B=29.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811490.0600.180.2980.6217.7864.71
HexAAB59560121D511241
Octal25226522560223512122101
Binary101010101011010110010101110010010111011010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB595; }

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

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

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

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

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

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

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

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