Shades of Mantis #83B168
Tints of Mantis #83B168
RGB
CMYK
RGB Variations
Color information
#83B168 (or 0x83B168) is known color: Mantis. HEX triplet: 83, B1 and 68. RGB value is (131,177,104). Sum of RGB (Red+Green+Blue) = 131+177+104=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #83B168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B168 is #7C4E97. Grayscale: #9B9B9B. Windows color (decimal): -8146584 or 6861187. OLE color: 6861187.
HSL color Cylindrical-coordinate representation of color #83B168: hue angle of 97.81º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83B168 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 104 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.31 |
| HSL | 97.81º | 0.32% | 0.55% | - |
| HSV(B) | 97.81º | 0.41% | 0.69% | - |
| XYZ | 27.58 | 37.27 | 18.84 | - |
| YUV | 154.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 104 | 0.26 | 0 | 0.41 | 0.31 | 97.81 | 0.32 | 0.55 |
| Hex | 83 | B1 | 68 | 1A | 0 | 29 | 1F | 62 | 20 | 37 |
| Octal | 203 | 261 | 150 | 32 | 0 | 51 | 37 | 142 | 40 | 67 |
| Binary | 10000011 | 10110001 | 1101000 | 11010 | 0 | 101001 | 11111 | 1100010 | 100000 | 110111 |
Color Harmonies of #83B168
Complementary color
Monochromatic Colors of #83B168
Black with #83B168
Text Example
Text Example
White with #83B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B168; }
p { color: rgb(131,177,104); }
H1.HeaderClassName
{
color: #83B168;
}
.AnyTagClassName
{
color: #83B168;
}
</style>
background-color css
<style>
a { background-color: #83B168; }
a { background-color: rgb(131,177,104); }
div.DivClassName
{
background-color: #83B168;
}
.BgClassName
{
background-color: #83B168;
}
</style>
border-color css
<style>
span { border-color: #83B168; }
span { border-color: rgb(131,177,104); }
td.TdClassName
{
border-color: #83B168;
}
.TagClassName
{
border-color: #83B168;
}
</style>