Shades of Mantis #8BBC67
Tints of Mantis #8BBC67
RGB
CMYK
RGB Variations
Color information
#8BBC67 (or 0x8BBC67) is known color: Mantis. HEX triplet: 8B, BC and 67. RGB value is (139,188,103). Sum of RGB (Red+Green+Blue) = 139+188+103=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC67 is #744398. Grayscale: #A3A3A3. Windows color (decimal): -7619481 or 6798475. OLE color: 6798475.
HSL color Cylindrical-coordinate representation of color #8BBC67: hue angle of 94.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BBC67 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 103 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.26 |
| HSL | 94.59º | 0.39% | 0.57% | - |
| HSV(B) | 94.59º | 0.45% | 0.74% | - |
| XYZ | 31.08 | 42.43 | 19.38 | - |
| YUV | 163.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 103 | 0.26 | 0 | 0.45 | 0.26 | 94.59 | 0.39 | 0.57 |
| Hex | 8B | BC | 67 | 1A | 0 | 2D | 1A | 5F | 27 | 39 |
| Octal | 213 | 274 | 147 | 32 | 0 | 55 | 32 | 137 | 47 | 71 |
| Binary | 10001011 | 10111100 | 1100111 | 11010 | 0 | 101101 | 11010 | 1011111 | 100111 | 111001 |
Color Harmonies of #8BBC67
Complementary color
Monochromatic Colors of #8BBC67
Black with #8BBC67
Text Example
Text Example
White with #8BBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC67; }
p { color: rgb(139,188,103); }
H1.HeaderClassName
{
color: #8BBC67;
}
.AnyTagClassName
{
color: #8BBC67;
}
</style>
background-color css
<style>
a { background-color: #8BBC67; }
a { background-color: rgb(139,188,103); }
div.DivClassName
{
background-color: #8BBC67;
}
.BgClassName
{
background-color: #8BBC67;
}
</style>
border-color css
<style>
span { border-color: #8BBC67; }
span { border-color: rgb(139,188,103); }
td.TdClassName
{
border-color: #8BBC67;
}
.TagClassName
{
border-color: #8BBC67;
}
</style>