Shades of Mantis #8CBC59
Tints of Mantis #8CBC59
RGB
CMYK
RGB Variations
Color information
#8CBC59 (or 0x8CBC59) is known color: Mantis. HEX triplet: 8C, BC and 59. RGB value is (140,188,89). Sum of RGB (Red+Green+Blue) = 140+188+89=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC59 is #7343A6. Grayscale: #A2A2A2. Windows color (decimal): -7553959 or 5880972. OLE color: 5880972.
HSL color Cylindrical-coordinate representation of color #8CBC59: hue angle of 89.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CBC59 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 89 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.26 |
| HSL | 89.09º | 0.42% | 0.54% | - |
| HSV(B) | 89.09º | 0.53% | 0.74% | - |
| XYZ | 30.6 | 42.26 | 16 | - |
| YUV | 162.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 89 | 0.26 | 0 | 0.53 | 0.26 | 89.09 | 0.42 | 0.54 |
| Hex | 8C | BC | 59 | 1A | 0 | 35 | 1A | 59 | 2A | 36 |
| Octal | 214 | 274 | 131 | 32 | 0 | 65 | 32 | 131 | 52 | 66 |
| Binary | 10001100 | 10111100 | 1011001 | 11010 | 0 | 110101 | 11010 | 1011001 | 101010 | 110110 |
Color Harmonies of #8CBC59
Complementary color
Monochromatic Colors of #8CBC59
Black with #8CBC59
Text Example
Text Example
White with #8CBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC59; }
p { color: rgb(140,188,89); }
H1.HeaderClassName
{
color: #8CBC59;
}
.AnyTagClassName
{
color: #8CBC59;
}
</style>
background-color css
<style>
a { background-color: #8CBC59; }
a { background-color: rgb(140,188,89); }
div.DivClassName
{
background-color: #8CBC59;
}
.BgClassName
{
background-color: #8CBC59;
}
</style>
border-color css
<style>
span { border-color: #8CBC59; }
span { border-color: rgb(140,188,89); }
td.TdClassName
{
border-color: #8CBC59;
}
.TagClassName
{
border-color: #8CBC59;
}
</style>