Shades of Mantis #83B16A
Tints of Mantis #83B16A
RGB
CMYK
RGB Variations
Color information
#83B16A (or 0x83B16A) is known color: Mantis. HEX triplet: 83, B1 and 6A. RGB value is (131,177,106). Sum of RGB (Red+Green+Blue) = 131+177+106=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #83B16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B16A is #7C4E95. Grayscale: #9B9B9B. Windows color (decimal): -8146582 or 6992259. OLE color: 6992259.
HSL color Cylindrical-coordinate representation of color #83B16A: hue angle of 98.87º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83B16A is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 106 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.31 |
| HSL | 98.87º | 0.31% | 0.55% | - |
| HSV(B) | 98.87º | 0.4% | 0.69% | - |
| XYZ | 27.68 | 37.31 | 19.38 | - |
| YUV | 155.15 | 100.26 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 106 | 0.26 | 0 | 0.40 | 0.31 | 98.87 | 0.31 | 0.55 |
| Hex | 83 | B1 | 6A | 1A | 0 | 28 | 1F | 63 | 1F | 37 |
| Octal | 203 | 261 | 152 | 32 | 0 | 50 | 37 | 143 | 37 | 67 |
| Binary | 10000011 | 10110001 | 1101010 | 11010 | 0 | 101000 | 11111 | 1100011 | 11111 | 110111 |
Color Harmonies of #83B16A
Complementary color
Monochromatic Colors of #83B16A
Black with #83B16A
Text Example
Text Example
White with #83B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B16A; }
p { color: rgb(131,177,106); }
H1.HeaderClassName
{
color: #83B16A;
}
.AnyTagClassName
{
color: #83B16A;
}
</style>
background-color css
<style>
a { background-color: #83B16A; }
a { background-color: rgb(131,177,106); }
div.DivClassName
{
background-color: #83B16A;
}
.BgClassName
{
background-color: #83B16A;
}
</style>
border-color css
<style>
span { border-color: #83B16A; }
span { border-color: rgb(131,177,106); }
td.TdClassName
{
border-color: #83B16A;
}
.TagClassName
{
border-color: #83B16A;
}
</style>