#AAB092

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

Shades of Green Spring #AAB092

Tints of Green Spring #AAB092

Color information

#AAB092 (or 0xAAB092) is unknown color: approx Green Spring. HEX triplet: AA, B0 and 92. RGB value is (170,176,146). Sum of RGB (Red+Green+Blue) = 170+176+146=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB092 is #554F6D. Grayscale: #AAAAAA. Windows color (decimal): -5590894 or 9613482. OLE color: 9613482.

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

Color convert

RGB170176146-
CMYK0.0300.170.31
HSL72º15.96%63.14%-
HSV(B)72º17.05%69.02%-
XYZ37.2941.6733.27-
YUV170.79114.01127.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=34.55%
G=35.77%
B=29.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761460.0300.170.317215.9663.14
HexAAB09230111F48103f
Octal2522602223021371102077
Binary1010101010110000100100101101000111111100100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB092; }

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

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

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

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

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

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

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

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