Shades of Mantle #99B397
Tints of Mantle #99B397
RGB
CMYK
RGB Variations
Color information
#99B397 (or 0x99B397) is known color: Mantle. HEX triplet: 99, B3 and 97. RGB value is (153,179,151). Sum of RGB (Red+Green+Blue) = 153+179+151=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #99B397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B397 is #664C68. Grayscale: #A8A8A8. Windows color (decimal): -6704233 or 9941913. OLE color: 9941913.
HSL color Cylindrical-coordinate representation of color #99B397: hue angle of 115.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B397 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 151 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.30 |
| HSL | 115.71º | 0.16% | 0.65% | - |
| HSV(B) | 115.71º | 0.16% | 0.7% | - |
| XYZ | 34.84 | 41.25 | 35.4 | - |
| YUV | 168.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 151 | 0.15 | 0 | 0.16 | 0.30 | 115.71 | 0.16 | 0.65 |
| Hex | 99 | B3 | 97 | F | 0 | 10 | 1E | 74 | 10 | 41 |
| Octal | 231 | 263 | 227 | 17 | 0 | 20 | 36 | 164 | 20 | 101 |
| Binary | 10011001 | 10110011 | 10010111 | 1111 | 0 | 10000 | 11110 | 1110100 | 10000 | 1000001 |
Color Harmonies of #99B397
Complementary color
Monochromatic Colors of #99B397
Black with #99B397
Text Example
Text Example
White with #99B397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B397; }
p { color: rgb(153,179,151); }
H1.HeaderClassName
{
color: #99B397;
}
.AnyTagClassName
{
color: #99B397;
}
</style>
background-color css
<style>
a { background-color: #99B397; }
a { background-color: rgb(153,179,151); }
div.DivClassName
{
background-color: #99B397;
}
.BgClassName
{
background-color: #99B397;
}
</style>
border-color css
<style>
span { border-color: #99B397; }
span { border-color: rgb(153,179,151); }
td.TdClassName
{
border-color: #99B397;
}
.TagClassName
{
border-color: #99B397;
}
</style>