#AAB39C

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

Shades of Green Spring #AAB39C

Tints of Green Spring #AAB39C

Color information

#AAB39C (or 0xAAB39C) is unknown color: approx Green Spring. HEX triplet: AA, B3 and 9C. RGB value is (170,179,156). Sum of RGB (Red+Green+Blue) = 170+179+156=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB39C is #554C63. Grayscale: #ADADAD. Windows color (decimal): -5590116 or 10269610. OLE color: 10269610.

HSL color Cylindrical-coordinate representation of color #AAB39C: hue angle of 83.48º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB39C is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB170179156-
CMYK0.0500.130.30
HSL83.48º13.14%65.69%-
HSV(B)83.48º12.85%70.2%-
XYZ38.743.1937.75-
YUV173.69118.02125.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=33.66%
G=35.45%
B=30.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791560.0500.130.3083.4813.1465.69
HexAAB39C50D1E53d42
Octal25226323450153612315102
Binary1010101010110011100111001010110111110101001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB39C; }

 p { color: rgb(170,179,156); }

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

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

 a { background-color: rgb(170,179,156); }

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

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

 span { border-color: rgb(170,179,156); }

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