#AAB096

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

Shades of Green Spring #AAB096

Tints of Green Spring #AAB096

Color information

#AAB096 (or 0xAAB096) is unknown color: approx Green Spring. HEX triplet: AA, B0 and 96. RGB value is (170,176,150). Sum of RGB (Red+Green+Blue) = 170+176+150=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB096 is #554F69. Grayscale: #ABABAB. Windows color (decimal): -5590890 or 9875626. OLE color: 9875626.

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

Color convert

RGB170176150-
CMYK0.0300.150.31
HSL73.85º14.13%63.92%-
HSV(B)73.85º14.77%69.02%-
XYZ37.6141.834.94-
YUV171.24116.01127.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=34.27%
G=35.48%
B=30.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761500.0300.150.3173.8514.1363.92
HexAAB09630F1F4ae40
Octal25226022630173711216100
Binary101010101011000010010110110111111111100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB096; }

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

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

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

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

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

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

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

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