Shades of Bitter #8D9172
Tints of Bitter #8D9172
RGB
CMYK
RGB Variations
Color information
#8D9172 (or 0x8D9172) is known color: Bitter. HEX triplet: 8D, 91 and 72. RGB value is (141,145,114). Sum of RGB (Red+Green+Blue) = 141+145+114=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9172 is #726E8D. Grayscale: #8C8C8C. Windows color (decimal): -7499406 or 7508365. OLE color: 7508365.
HSL color Cylindrical-coordinate representation of color #8D9172: hue angle of 67.74º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D9172 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 114 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.43 |
| HSL | 67.74º | 0.12% | 0.51% | - |
| HSV(B) | 67.74º | 0.21% | 0.57% | - |
| XYZ | 24.15 | 27.13 | 19.88 | - |
| YUV | 140.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 114 | 0.03 | 0 | 0.21 | 0.43 | 67.74 | 0.12 | 0.51 |
| Hex | 8D | 91 | 72 | 3 | 0 | 15 | 2B | 44 | C | 33 |
| Octal | 215 | 221 | 162 | 3 | 0 | 25 | 53 | 104 | 14 | 63 |
| Binary | 10001101 | 10010001 | 1110010 | 11 | 0 | 10101 | 101011 | 1000100 | 1100 | 110011 |
Color Harmonies of #8D9172
Complementary color
Monochromatic Colors of #8D9172
Black with #8D9172
Text Example
Text Example
White with #8D9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9172; }
p { color: rgb(141,145,114); }
H1.HeaderClassName
{
color: #8D9172;
}
.AnyTagClassName
{
color: #8D9172;
}
</style>
background-color css
<style>
a { background-color: #8D9172; }
a { background-color: rgb(141,145,114); }
div.DivClassName
{
background-color: #8D9172;
}
.BgClassName
{
background-color: #8D9172;
}
</style>
border-color css
<style>
span { border-color: #8D9172; }
span { border-color: rgb(141,145,114); }
td.TdClassName
{
border-color: #8D9172;
}
.TagClassName
{
border-color: #8D9172;
}
</style>