#AAB596

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

Shades of Green Spring #AAB596

Tints of Green Spring #AAB596

Color information

#AAB596 (or 0xAAB596) is unknown color: approx Green Spring. HEX triplet: AA, B5 and 96. RGB value is (170,181,150). Sum of RGB (Red+Green+Blue) = 170+181+150=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB596 is #554A69. Grayscale: #AEAEAE. Windows color (decimal): -5589610 or 9876906. OLE color: 9876906.

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

Color convert

RGB170181150-
CMYK0.0600.170.29
HSL81.29º17.32%64.9%-
HSV(B)81.29º17.13%70.98%-
XYZ38.6143.835.27-
YUV174.18114.36125.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=33.93%
G=36.13%
B=29.94%

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
Decimal1701811500.0600.170.2981.2917.3264.9
HexAAB59660111D511141
Octal25226522660213512121101
Binary101010101011010110010110110010001111011010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB596; }

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

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

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

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

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

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

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

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