Shades of Mantle #99B294
Tints of Mantle #99B294
RGB
CMYK
RGB Variations
Color information
#99B294 (or 0x99B294) is known color: Mantle. HEX triplet: 99, B2 and 94. RGB value is (153,178,148). Sum of RGB (Red+Green+Blue) = 153+178+148=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 178 - color contains mainly: green. Hex color #99B294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B294 is #664D6B. Grayscale: #A7A7A7. Windows color (decimal): -6704492 or 9745049. OLE color: 9745049.
HSL color Cylindrical-coordinate representation of color #99B294: hue angle of 110º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99B294 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 148 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.30 |
| HSL | 110º | 0.16% | 0.64% | - |
| HSV(B) | 110º | 0.17% | 0.7% | - |
| XYZ | 34.4 | 40.75 | 34.07 | - |
| YUV | 167.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 148 | 0.14 | 0 | 0.17 | 0.30 | 110 | 0.16 | 0.64 |
| Hex | 99 | B2 | 94 | E | 0 | 11 | 1E | 6E | 10 | 40 |
| Octal | 231 | 262 | 224 | 16 | 0 | 21 | 36 | 156 | 20 | 100 |
| Binary | 10011001 | 10110010 | 10010100 | 1110 | 0 | 10001 | 11110 | 1101110 | 10000 | 1000000 |
Color Harmonies of #99B294
Complementary color
Monochromatic Colors of #99B294
Black with #99B294
Text Example
Text Example
White with #99B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B294; }
p { color: rgb(153,178,148); }
H1.HeaderClassName
{
color: #99B294;
}
.AnyTagClassName
{
color: #99B294;
}
</style>
background-color css
<style>
a { background-color: #99B294; }
a { background-color: rgb(153,178,148); }
div.DivClassName
{
background-color: #99B294;
}
.BgClassName
{
background-color: #99B294;
}
</style>
border-color css
<style>
span { border-color: #99B294; }
span { border-color: rgb(153,178,148); }
td.TdClassName
{
border-color: #99B294;
}
.TagClassName
{
border-color: #99B294;
}
</style>