#AAB494

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

Shades of Green Spring #AAB494

Tints of Green Spring #AAB494

Color information

#AAB494 (or 0xAAB494) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 94. RGB value is (170,180,148). Sum of RGB (Red+Green+Blue) = 170+180+148=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB494 is #554B6B. Grayscale: #ADADAD. Windows color (decimal): -5589868 or 9745578. OLE color: 9745578.

HSL color Cylindrical-coordinate representation of color #AAB494: hue angle of 78.75º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB494 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB170180148-
CMYK0.0600.180.29
HSL78.75º17.58%64.31%-
HSV(B)78.75º17.78%70.59%-
XYZ38.2443.3334.36-
YUV173.36113.69125.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=34.14%
G=36.14%
B=29.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801480.0600.180.2978.7517.5864.31
HexAAB49460121D4f1240
Octal25226422460223511722100
Binary101010101011010010010100110010010111011001111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB494; }

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

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

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

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

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

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

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

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