Shades of Mantis #8CBD62
Tints of Mantis #8CBD62
RGB
CMYK
RGB Variations
Color information
#8CBD62 (or 0x8CBD62) is known color: Mantis. HEX triplet: 8C, BD and 62. RGB value is (140,189,98). Sum of RGB (Red+Green+Blue) = 140+189+98=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD62 is #73429D. Grayscale: #A4A4A4. Windows color (decimal): -7553694 or 6471052. OLE color: 6471052.
HSL color Cylindrical-coordinate representation of color #8CBD62: hue angle of 92.31º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CBD62 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 98 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.26 |
| HSL | 92.31º | 0.41% | 0.56% | - |
| HSV(B) | 92.31º | 0.48% | 0.74% | - |
| XYZ | 31.22 | 42.85 | 18.18 | - |
| YUV | 163.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 98 | 0.26 | 0 | 0.48 | 0.26 | 92.31 | 0.41 | 0.56 |
| Hex | 8C | BD | 62 | 1A | 0 | 30 | 1A | 5C | 29 | 38 |
| Octal | 214 | 275 | 142 | 32 | 0 | 60 | 32 | 134 | 51 | 70 |
| Binary | 10001100 | 10111101 | 1100010 | 11010 | 0 | 110000 | 11010 | 1011100 | 101001 | 111000 |
Color Harmonies of #8CBD62
Complementary color
Monochromatic Colors of #8CBD62
Black with #8CBD62
Text Example
Text Example
White with #8CBD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBD62; }
p { color: rgb(140,189,98); }
H1.HeaderClassName
{
color: #8CBD62;
}
.AnyTagClassName
{
color: #8CBD62;
}
</style>
background-color css
<style>
a { background-color: #8CBD62; }
a { background-color: rgb(140,189,98); }
div.DivClassName
{
background-color: #8CBD62;
}
.BgClassName
{
background-color: #8CBD62;
}
</style>
border-color css
<style>
span { border-color: #8CBD62; }
span { border-color: rgb(140,189,98); }
td.TdClassName
{
border-color: #8CBD62;
}
.TagClassName
{
border-color: #8CBD62;
}
</style>