#98AC97

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

Shades of Mantle #98AC97

Tints of Mantle #98AC97

Color information

#98AC97 (or 0x98AC97) is unknown color: approx Mantle. HEX triplet: 98, AC and 97. RGB value is (152,172,151). Sum of RGB (Red+Green+Blue) = 152+172+151=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AC97 is #675368. Grayscale: #A3A3A3. Windows color (decimal): -6771561 or 9940120. OLE color: 9940120.

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

Color convert

RGB152172151-
CMYK0.1200.120.33
HSL117.14º11.23%63.33%-
HSV(B)117.14º12.21%67.45%-
XYZ33.2938.4134.94-
YUV163.63120.87119.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=32%
G=36.21%
B=31.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521721510.1200.120.33117.1411.2363.33
Hex98AC97C0C2175b3f
Octal23025422714014411651377
Binary10011000101011001001011111000110010000111101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,172,151); }

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

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

 a { background-color: rgb(152,172,151); }

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

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

 span { border-color: rgb(152,172,151); }

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