#AAB492

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

Shades of Green Spring #AAB492

Tints of Green Spring #AAB492

Color information

#AAB492 (or 0xAAB492) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 92. RGB value is (170,180,146). Sum of RGB (Red+Green+Blue) = 170+180+146=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB492 is #554B6D. Grayscale: #ADADAD. Windows color (decimal): -5589870 or 9614506. OLE color: 9614506.

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

Color convert

RGB170180146-
CMYK0.0600.190.29
HSL77.65º18.48%63.92%-
HSV(B)77.65º18.89%70.59%-
XYZ38.0943.2633.54-
YUV173.13112.69125.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=34.27%
G=36.29%
B=29.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801460.0600.190.2977.6518.4863.92
HexAAB49260131D4e1240
Octal25226422260233511622100
Binary101010101011010010010010110010011111011001110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB492; }

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

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

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

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

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

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

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

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