#AAB392

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

Shades of Green Spring #AAB392

Tints of Green Spring #AAB392

Color information

#AAB392 (or 0xAAB392) is unknown color: approx Green Spring. HEX triplet: AA, B3 and 92. RGB value is (170,179,146). Sum of RGB (Red+Green+Blue) = 170+179+146=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB392 is #554C6D. Grayscale: #ACACAC. Windows color (decimal): -5590126 or 9614250. OLE color: 9614250.

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

Color convert

RGB170179146-
CMYK0.0500.180.30
HSL76.36º17.84%63.73%-
HSV(B)76.36º18.44%70.2%-
XYZ37.8942.8633.47-
YUV172.55113.02126.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=34.34%
G=36.16%
B=29.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791460.0500.180.3076.3617.8463.73
HexAAB39250121E4c1240
Octal25226322250223611422100
Binary101010101011001110010010101010010111101001100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB392; }

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

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

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

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

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

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

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

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