#AAB299

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

Shades of Green Spring #AAB299

Tints of Green Spring #AAB299

Color information

#AAB299 (or 0xAAB299) is unknown color: approx Green Spring. HEX triplet: AA, B2 and 99. RGB value is (170,178,153). Sum of RGB (Red+Green+Blue) = 170+178+153=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB299 is #554D66. Grayscale: #ACACAC. Windows color (decimal): -5590375 or 10072746. OLE color: 10072746.

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

Color convert

RGB170178153-
CMYK0.0400.140.30
HSL79.2º13.97%64.9%-
HSV(B)79.2º14.04%69.8%-
XYZ38.2542.6936.36-
YUV172.76116.85126.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=33.93%
G=35.53%
B=30.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781530.0400.140.3079.213.9764.9
HexAAB29940E1E4fe41
Octal25226223140163611716101
Binary1010101010110010100110011000111011110100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB299; }

 p { color: rgb(170,178,153); }

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

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

 a { background-color: rgb(170,178,153); }

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

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

 span { border-color: rgb(170,178,153); }

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