#AAB398

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

Shades of Green Spring #AAB398

Tints of Green Spring #AAB398

Color information

#AAB398 (or 0xAAB398) is unknown color: approx Green Spring. HEX triplet: AA, B3 and 98. RGB value is (170,179,152). Sum of RGB (Red+Green+Blue) = 170+179+152=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB398 is #554C67. Grayscale: #ADADAD. Windows color (decimal): -5590120 or 10007466. OLE color: 10007466.

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

Color convert

RGB170179152-
CMYK0.0500.150.30
HSL80º15.08%64.9%-
HSV(B)80º15.08%70.2%-
XYZ38.3743.0535.99-
YUV173.23116.02125.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=33.93%
G=35.73%
B=30.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791520.0500.150.308015.0864.9
HexAAB39850F1E50f41
Octal25226323050173612017101
Binary1010101010110011100110001010111111110101000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB398; }

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

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

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

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

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

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

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

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