#AAB39B

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

Shades of Green Spring #AAB39B

Tints of Green Spring #AAB39B

Color information

#AAB39B (or 0xAAB39B) is unknown color: approx Green Spring. HEX triplet: AA, B3 and 9B. RGB value is (170,179,155). Sum of RGB (Red+Green+Blue) = 170+179+155=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB39B is #554C64. Grayscale: #ADADAD. Windows color (decimal): -5590117 or 10204074. OLE color: 10204074.

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

Color convert

RGB170179155-
CMYK0.0500.130.30
HSL82.5º13.64%65.49%-
HSV(B)82.5º13.41%70.2%-
XYZ38.6143.1537.3-
YUV173.57117.52125.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=33.73%
G=35.52%
B=30.75%

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
Decimal1701791550.0500.130.3082.513.6465.49
HexAAB39B50D1E52e41
Octal25226323350153612216101
Binary1010101010110011100110111010110111110101001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB39B; }

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

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

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

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

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

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

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

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