#AAB496

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

Shades of Green Spring #AAB496

Tints of Green Spring #AAB496

Color information

#AAB496 (or 0xAAB496) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 96. RGB value is (170,180,150). Sum of RGB (Red+Green+Blue) = 170+180+150=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB496 is #554B69. Grayscale: #ADADAD. Windows color (decimal): -5589866 or 9876650. OLE color: 9876650.

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

Color convert

RGB170180150-
CMYK0.0600.170.29
HSL80º16.67%64.71%-
HSV(B)80º16.67%70.59%-
XYZ38.443.3935.21-
YUV173.59114.69125.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 150 (58.98% from 255) = 30%
R=34%
G=36%
B=30%

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
Decimal1701801500.0600.170.298016.6764.71
HexAAB49660111D501141
Octal25226422660213512021101
Binary101010101011010010010110110010001111011010000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB496; }

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

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

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

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

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

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

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

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