#AAB495

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

Shades of Green Spring #AAB495

Tints of Green Spring #AAB495

Color information

#AAB495 (or 0xAAB495) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 95. RGB value is (170,180,149). Sum of RGB (Red+Green+Blue) = 170+180+149=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB495 is #554B6A. Grayscale: #ADADAD. Windows color (decimal): -5589867 or 9811114. OLE color: 9811114.

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

Color convert

RGB170180149-
CMYK0.0600.170.29
HSL79.35º17.13%64.51%-
HSV(B)79.35º17.22%70.59%-
XYZ38.3243.3634.78-
YUV173.48114.19125.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=34.07%
G=36.07%
B=29.86%

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
Decimal1701801490.0600.170.2979.3517.1364.51
HexAAB49560111D4f1141
Octal25226422560213511721101
Binary101010101011010010010101110010001111011001111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB495; }

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

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

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

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

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

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

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

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