Shades of Mantis #88B469
Tints of Mantis #88B469
RGB
CMYK
RGB Variations
Color information
#88B469 (or 0x88B469) is known color: Mantis. HEX triplet: 88, B4 and 69. RGB value is (136,180,105). Sum of RGB (Red+Green+Blue) = 136+180+105=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #88B469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B469 is #774B96. Grayscale: #9E9E9E. Windows color (decimal): -7818135 or 6927496. OLE color: 6927496.
HSL color Cylindrical-coordinate representation of color #88B469: hue angle of 95.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88B469 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 180 | 105 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.29 |
| HSL | 95.2º | 0.33% | 0.56% | - |
| HSV(B) | 95.2º | 0.42% | 0.71% | - |
| XYZ | 29.02 | 38.9 | 19.34 | - |
| YUV | 158.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 105 | 0.24 | 0 | 0.42 | 0.29 | 95.2 | 0.33 | 0.56 |
| Hex | 88 | B4 | 69 | 18 | 0 | 2A | 1D | 5F | 21 | 38 |
| Octal | 210 | 264 | 151 | 30 | 0 | 52 | 35 | 137 | 41 | 70 |
| Binary | 10001000 | 10110100 | 1101001 | 11000 | 0 | 101010 | 11101 | 1011111 | 100001 | 111000 |
Color Harmonies of #88B469
Complementary color
Monochromatic Colors of #88B469
Black with #88B469
Text Example
Text Example
White with #88B469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B469; }
p { color: rgb(136,180,105); }
H1.HeaderClassName
{
color: #88B469;
}
.AnyTagClassName
{
color: #88B469;
}
</style>
background-color css
<style>
a { background-color: #88B469; }
a { background-color: rgb(136,180,105); }
div.DivClassName
{
background-color: #88B469;
}
.BgClassName
{
background-color: #88B469;
}
</style>
border-color css
<style>
span { border-color: #88B469; }
span { border-color: rgb(136,180,105); }
td.TdClassName
{
border-color: #88B469;
}
.TagClassName
{
border-color: #88B469;
}
</style>