Shades of Mantle #99B098
Tints of Mantle #99B098
RGB
CMYK
RGB Variations
Color information
#99B098 (or 0x99B098) is known color: Mantle. HEX triplet: 99, B0 and 98. RGB value is (153,176,152). Sum of RGB (Red+Green+Blue) = 153+176+152=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #99B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B098 is #664F67. Grayscale: #A6A6A6. Windows color (decimal): -6705000 or 10006681. OLE color: 10006681.
HSL color Cylindrical-coordinate representation of color #99B098: hue angle of 117.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B098 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 152 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.31 |
| HSL | 117.5º | 0.13% | 0.64% | - |
| HSV(B) | 117.5º | 0.14% | 0.69% | - |
| XYZ | 34.33 | 40.09 | 35.63 | - |
| YUV | 166.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 152 | 0.13 | 0 | 0.14 | 0.31 | 117.5 | 0.13 | 0.64 |
| Hex | 99 | B0 | 98 | D | 0 | E | 1F | 76 | D | 40 |
| Octal | 231 | 260 | 230 | 15 | 0 | 16 | 37 | 166 | 15 | 100 |
| Binary | 10011001 | 10110000 | 10011000 | 1101 | 0 | 1110 | 11111 | 1110110 | 1101 | 1000000 |
Color Harmonies of #99B098
Complementary color
Monochromatic Colors of #99B098
Black with #99B098
Text Example
Text Example
White with #99B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B098; }
p { color: rgb(153,176,152); }
H1.HeaderClassName
{
color: #99B098;
}
.AnyTagClassName
{
color: #99B098;
}
</style>
background-color css
<style>
a { background-color: #99B098; }
a { background-color: rgb(153,176,152); }
div.DivClassName
{
background-color: #99B098;
}
.BgClassName
{
background-color: #99B098;
}
</style>
border-color css
<style>
span { border-color: #99B098; }
span { border-color: rgb(153,176,152); }
td.TdClassName
{
border-color: #99B098;
}
.TagClassName
{
border-color: #99B098;
}
</style>