Shades of Mantis #8CBD6B
Tints of Mantis #8CBD6B
RGB
CMYK
RGB Variations
Color information
#8CBD6B (or 0x8CBD6B) is known color: Mantis. HEX triplet: 8C, BD and 6B. RGB value is (140,189,107). Sum of RGB (Red+Green+Blue) = 140+189+107=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD6B is #734294. Grayscale: #A5A5A5. Windows color (decimal): -7553685 or 7060876. OLE color: 7060876.
HSL color Cylindrical-coordinate representation of color #8CBD6B: hue angle of 95.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CBD6B is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 107 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.26 |
| HSL | 95.85º | 0.38% | 0.58% | - |
| HSV(B) | 95.85º | 0.43% | 0.74% | - |
| XYZ | 31.67 | 43.03 | 20.55 | - |
| YUV | 165 | 95.27 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 107 | 0.26 | 0 | 0.43 | 0.26 | 95.85 | 0.38 | 0.58 |
| Hex | 8C | BD | 6B | 1A | 0 | 2B | 1A | 60 | 26 | 3A |
| Octal | 214 | 275 | 153 | 32 | 0 | 53 | 32 | 140 | 46 | 72 |
| Binary | 10001100 | 10111101 | 1101011 | 11010 | 0 | 101011 | 11010 | 1100000 | 100110 | 111010 |
Color Harmonies of #8CBD6B
Complementary color
Monochromatic Colors of #8CBD6B
Black with #8CBD6B
Text Example
Text Example
White with #8CBD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBD6B; }
p { color: rgb(140,189,107); }
H1.HeaderClassName
{
color: #8CBD6B;
}
.AnyTagClassName
{
color: #8CBD6B;
}
</style>
background-color css
<style>
a { background-color: #8CBD6B; }
a { background-color: rgb(140,189,107); }
div.DivClassName
{
background-color: #8CBD6B;
}
.BgClassName
{
background-color: #8CBD6B;
}
</style>
border-color css
<style>
span { border-color: #8CBD6B; }
span { border-color: rgb(140,189,107); }
td.TdClassName
{
border-color: #8CBD6B;
}
.TagClassName
{
border-color: #8CBD6B;
}
</style>