#98A296

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

Shades of Mantle #98A296

Tints of Mantle #98A296

Color information

#98A296 (or 0x98A296) is unknown color: approx Mantle. HEX triplet: 98, A2 and 96. RGB value is (152,162,150). Sum of RGB (Red+Green+Blue) = 152+162+150=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 162 - color contains mainly: green. Hex color #98A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A296 is #675D69. Grayscale: #9D9D9D. Windows color (decimal): -6774122 or 9872024. OLE color: 9872024.

HSL color Cylindrical-coordinate representation of color #98A296: hue angle of 110º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98A296 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB152162150-
CMYK0.0600.070.36
HSL110º6.06%61.18%-
HSV(B)110º7.41%63.53%-
XYZ31.3734.7233.9-
YUV157.64123.69123.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=32.76%
G=34.91%
B=32.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521621500.0600.070.361106.0661.18
Hex98A296607246e63d
Octal23024222660744156675
Binary10011000101000101001011011001111001001101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,162,150); }

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

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

 a { background-color: rgb(152,162,150); }

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

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

 span { border-color: rgb(152,162,150); }

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