Shades of Mantle #99B198
Tints of Mantle #99B198
RGB
CMYK
RGB Variations
Color information
#99B198 (or 0x99B198) is known color: Mantle. HEX triplet: 99, B1 and 98. RGB value is (153,177,152). Sum of RGB (Red+Green+Blue) = 153+177+152=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #99B198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B198 is #664E67. Grayscale: #A7A7A7. Windows color (decimal): -6704744 or 10006937. OLE color: 10006937.
HSL color Cylindrical-coordinate representation of color #99B198: hue angle of 117.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B198 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 152 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.31 |
| HSL | 117.6º | 0.14% | 0.65% | - |
| HSV(B) | 117.6º | 0.14% | 0.69% | - |
| XYZ | 34.53 | 40.48 | 35.7 | - |
| YUV | 166.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 152 | 0.14 | 0 | 0.14 | 0.31 | 117.6 | 0.14 | 0.65 |
| Hex | 99 | B1 | 98 | E | 0 | E | 1F | 76 | E | 41 |
| Octal | 231 | 261 | 230 | 16 | 0 | 16 | 37 | 166 | 16 | 101 |
| Binary | 10011001 | 10110001 | 10011000 | 1110 | 0 | 1110 | 11111 | 1110110 | 1110 | 1000001 |
Color Harmonies of #99B198
Complementary color
Monochromatic Colors of #99B198
Black with #99B198
Text Example
Text Example
White with #99B198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B198; }
p { color: rgb(153,177,152); }
H1.HeaderClassName
{
color: #99B198;
}
.AnyTagClassName
{
color: #99B198;
}
</style>
background-color css
<style>
a { background-color: #99B198; }
a { background-color: rgb(153,177,152); }
div.DivClassName
{
background-color: #99B198;
}
.BgClassName
{
background-color: #99B198;
}
</style>
border-color css
<style>
span { border-color: #99B198; }
span { border-color: rgb(153,177,152); }
td.TdClassName
{
border-color: #99B198;
}
.TagClassName
{
border-color: #99B198;
}
</style>