#AAB099

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

Shades of Green Spring #AAB099

Tints of Green Spring #AAB099

Color information

#AAB099 (or 0xAAB099) is unknown color: approx Green Spring. HEX triplet: AA, B0 and 99. RGB value is (170,176,153). Sum of RGB (Red+Green+Blue) = 170+176+153=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB099 is #554F66. Grayscale: #ABABAB. Windows color (decimal): -5590887 or 10072234. OLE color: 10072234.

HSL color Cylindrical-coordinate representation of color #AAB099: hue angle of 75.65º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB099 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB170176153-
CMYK0.0300.130.31
HSL75.65º12.71%64.51%-
HSV(B)75.65º13.07%69.02%-
XYZ37.8541.936.23-
YUV171.58117.51126.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=34.07%
G=35.27%
B=30.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761530.0300.130.3175.6512.7164.51
HexAAB09930D1F4cd41
Octal25226023130153711415101
Binary101010101011000010011001110110111111100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB099; }

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

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

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

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

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

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

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

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