Shades of Mantle #99B093
Tints of Mantle #99B093
RGB
CMYK
RGB Variations
Color information
#99B093 (or 0x99B093) is known color: Mantle. HEX triplet: 99, B0 and 93. RGB value is (153,176,147). Sum of RGB (Red+Green+Blue) = 153+176+147=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #99B093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B093 is #664F6C. Grayscale: #A5A5A5. Windows color (decimal): -6705005 or 9679001. OLE color: 9679001.
HSL color Cylindrical-coordinate representation of color #99B093: hue angle of 107.59º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B093 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 147 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.31 |
| HSL | 107.59º | 0.16% | 0.63% | - |
| HSV(B) | 107.59º | 0.16% | 0.69% | - |
| XYZ | 33.93 | 39.93 | 33.52 | - |
| YUV | 165.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 147 | 0.13 | 0 | 0.16 | 0.31 | 107.59 | 0.16 | 0.63 |
| Hex | 99 | B0 | 93 | D | 0 | 10 | 1F | 6C | 10 | 3F |
| Octal | 231 | 260 | 223 | 15 | 0 | 20 | 37 | 154 | 20 | 77 |
| Binary | 10011001 | 10110000 | 10010011 | 1101 | 0 | 10000 | 11111 | 1101100 | 10000 | 111111 |
Color Harmonies of #99B093
Complementary color
Monochromatic Colors of #99B093
Black with #99B093
Text Example
Text Example
White with #99B093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B093; }
p { color: rgb(153,176,147); }
H1.HeaderClassName
{
color: #99B093;
}
.AnyTagClassName
{
color: #99B093;
}
</style>
background-color css
<style>
a { background-color: #99B093; }
a { background-color: rgb(153,176,147); }
div.DivClassName
{
background-color: #99B093;
}
.BgClassName
{
background-color: #99B093;
}
</style>
border-color css
<style>
span { border-color: #99B093; }
span { border-color: rgb(153,176,147); }
td.TdClassName
{
border-color: #99B093;
}
.TagClassName
{
border-color: #99B093;
}
</style>