#AAB395

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

Shades of Green Spring #AAB395

Tints of Green Spring #AAB395

Color information

#AAB395 (or 0xAAB395) is unknown color: approx Green Spring. HEX triplet: AA, B3 and 95. RGB value is (170,179,149). Sum of RGB (Red+Green+Blue) = 170+179+149=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB395 is #554C6A. Grayscale: #ADADAD. Windows color (decimal): -5590123 or 9810858. OLE color: 9810858.

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

Color convert

RGB170179149-
CMYK0.0500.170.30
HSL78º16.48%64.31%-
HSV(B)78º16.76%70.2%-
XYZ38.1242.9634.72-
YUV172.89114.52125.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=34.14%
G=35.94%
B=29.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791490.0500.170.307816.4864.31
HexAAB39550111E4e1040
Octal25226322550213611620100
Binary101010101011001110010101101010001111101001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB395; }

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

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

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

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

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

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

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

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