Shades of Mantle #94B390
Tints of Mantle #94B390
RGB
CMYK
RGB Variations
Color information
#94B390 (or 0x94B390) is known color: Mantle. HEX triplet: 94, B3 and 90. RGB value is (148,179,144). Sum of RGB (Red+Green+Blue) = 148+179+144=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #94B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B390 is #6B4C6F. Grayscale: #A5A5A5. Windows color (decimal): -7031920 or 9483156. OLE color: 9483156.
HSL color Cylindrical-coordinate representation of color #94B390: hue angle of 113.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B390 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 179 | 144 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.30 |
| HSL | 113.14º | 0.19% | 0.63% | - |
| HSV(B) | 113.14º | 0.2% | 0.7% | - |
| XYZ | 33.37 | 40.55 | 32.45 | - |
| YUV | 165.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 179 | 144 | 0.17 | 0 | 0.20 | 0.30 | 113.14 | 0.19 | 0.63 |
| Hex | 94 | B3 | 90 | 11 | 0 | 14 | 1E | 71 | 13 | 3F |
| Octal | 224 | 263 | 220 | 21 | 0 | 24 | 36 | 161 | 23 | 77 |
| Binary | 10010100 | 10110011 | 10010000 | 10001 | 0 | 10100 | 11110 | 1110001 | 10011 | 111111 |
Color Harmonies of #94B390
Complementary color
Monochromatic Colors of #94B390
Black with #94B390
Text Example
Text Example
White with #94B390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B390; }
p { color: rgb(148,179,144); }
H1.HeaderClassName
{
color: #94B390;
}
.AnyTagClassName
{
color: #94B390;
}
</style>
background-color css
<style>
a { background-color: #94B390; }
a { background-color: rgb(148,179,144); }
div.DivClassName
{
background-color: #94B390;
}
.BgClassName
{
background-color: #94B390;
}
</style>
border-color css
<style>
span { border-color: #94B390; }
span { border-color: rgb(148,179,144); }
td.TdClassName
{
border-color: #94B390;
}
.TagClassName
{
border-color: #94B390;
}
</style>