Shades of Mantis #92C256
Tints of Mantis #92C256
RGB
CMYK
RGB Variations
Color information
#92C256 (or 0x92C256) is known color: Mantis. HEX triplet: 92, C2 and 56. RGB value is (146,194,86). Sum of RGB (Red+Green+Blue) = 146+194+86=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #92C256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C256 is #6D3DA9. Grayscale: #A7A7A7. Windows color (decimal): -7159210 or 5685906. OLE color: 5685906.
HSL color Cylindrical-coordinate representation of color #92C256: hue angle of 86.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #92C256 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 86 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.24 |
| HSL | 86.67º | 0.47% | 0.55% | - |
| HSV(B) | 86.67º | 0.56% | 0.76% | - |
| XYZ | 32.83 | 45.37 | 15.83 | - |
| YUV | 167.34 | 82.1 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 86 | 0.25 | 0 | 0.56 | 0.24 | 86.67 | 0.47 | 0.55 |
| Hex | 92 | C2 | 56 | 19 | 0 | 38 | 18 | 57 | 2F | 37 |
| Octal | 222 | 302 | 126 | 31 | 0 | 70 | 30 | 127 | 57 | 67 |
| Binary | 10010010 | 11000010 | 1010110 | 11001 | 0 | 111000 | 11000 | 1010111 | 101111 | 110111 |
Color Harmonies of #92C256
Complementary color
Monochromatic Colors of #92C256
Black with #92C256
Text Example
Text Example
White with #92C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C256; }
p { color: rgb(146,194,86); }
H1.HeaderClassName
{
color: #92C256;
}
.AnyTagClassName
{
color: #92C256;
}
</style>
background-color css
<style>
a { background-color: #92C256; }
a { background-color: rgb(146,194,86); }
div.DivClassName
{
background-color: #92C256;
}
.BgClassName
{
background-color: #92C256;
}
</style>
border-color css
<style>
span { border-color: #92C256; }
span { border-color: rgb(146,194,86); }
td.TdClassName
{
border-color: #92C256;
}
.TagClassName
{
border-color: #92C256;
}
</style>