#98A093

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

Shades of Mantle #98A093

Tints of Mantle #98A093

Color information

#98A093 (or 0x98A093) is unknown color: approx Mantle. HEX triplet: 98, A0 and 93. RGB value is (152,160,147). Sum of RGB (Red+Green+Blue) = 152+160+147=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 160 - color contains mainly: green. Hex color #98A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A093 is #675F6C. Grayscale: #9C9C9C. Windows color (decimal): -6774637 or 9674904. OLE color: 9674904.

HSL color Cylindrical-coordinate representation of color #98A093: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A093 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB152160147-
CMYK0.0500.080.37
HSL96.92º6.4%60.2%-
HSV(B)96.92º8.12%62.75%-
XYZ30.7933.9232.53-
YUV156.13122.85125.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=33.12%
G=34.86%
B=32.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1521601470.0500.080.3796.926.460.2
Hex98A093508256163c
Octal230240223501045141674
Binary100110001010000010010011101010001001011100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,160,147); }

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

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

 a { background-color: rgb(152,160,147); }

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

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

 span { border-color: rgb(152,160,147); }

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