#98AA94

Color #98AA94 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #98AA94

Tints of Mantle #98AA94

Color information

#98AA94 (or 0x98AA94) is unknown color: approx Mantle. HEX triplet: 98, AA and 94. RGB value is (152,170,148). Sum of RGB (Red+Green+Blue) = 152+170+148=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA94 is #67556B. Grayscale: #A2A2A2. Windows color (decimal): -6772076 or 9743000. OLE color: 9743000.

HSL color Cylindrical-coordinate representation of color #98AA94: hue angle of 109.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AA94 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB152170148-
CMYK0.1100.130.33
HSL109.09º11.46%62.35%-
HSV(B)109.09º12.94%66.67%-
XYZ32.6737.5633.55-
YUV162.11120.04120.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=32.34%
G=36.17%
B=31.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521701480.1100.130.33109.0911.4662.35
Hex98AA94B0D216db3e
Octal23025222413015411551376
Binary10011000101010101001010010110110110000111011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AA94; }

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

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

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

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

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

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

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

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