Shades of Mantle #99B094
Tints of Mantle #99B094
RGB
CMYK
RGB Variations
Color information
#99B094 (or 0x99B094) is known color: Mantle. HEX triplet: 99, B0 and 94. RGB value is (153,176,148). Sum of RGB (Red+Green+Blue) = 153+176+148=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #99B094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B094 is #664F6B. Grayscale: #A6A6A6. Windows color (decimal): -6705004 or 9744537. OLE color: 9744537.
HSL color Cylindrical-coordinate representation of color #99B094: hue angle of 109.29º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B094 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 148 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.31 |
| HSL | 109.29º | 0.15% | 0.64% | - |
| HSV(B) | 109.29º | 0.16% | 0.69% | - |
| XYZ | 34.01 | 39.96 | 33.94 | - |
| YUV | 165.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 148 | 0.13 | 0 | 0.16 | 0.31 | 109.29 | 0.15 | 0.64 |
| Hex | 99 | B0 | 94 | D | 0 | 10 | 1F | 6D | F | 40 |
| Octal | 231 | 260 | 224 | 15 | 0 | 20 | 37 | 155 | 17 | 100 |
| Binary | 10011001 | 10110000 | 10010100 | 1101 | 0 | 10000 | 11111 | 1101101 | 1111 | 1000000 |
Color Harmonies of #99B094
Complementary color
Monochromatic Colors of #99B094
Black with #99B094
Text Example
Text Example
White with #99B094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B094; }
p { color: rgb(153,176,148); }
H1.HeaderClassName
{
color: #99B094;
}
.AnyTagClassName
{
color: #99B094;
}
</style>
background-color css
<style>
a { background-color: #99B094; }
a { background-color: rgb(153,176,148); }
div.DivClassName
{
background-color: #99B094;
}
.BgClassName
{
background-color: #99B094;
}
</style>
border-color css
<style>
span { border-color: #99B094; }
span { border-color: rgb(153,176,148); }
td.TdClassName
{
border-color: #99B094;
}
.TagClassName
{
border-color: #99B094;
}
</style>