Shades of Bitter #8C8F58
Tints of Bitter #8C8F58
RGB
CMYK
RGB Variations
Color information
#8C8F58 (or 0x8C8F58) is known color: Bitter. HEX triplet: 8C, 8F and 58. RGB value is (140,143,88). Sum of RGB (Red+Green+Blue) = 140+143+88=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8F58 is #7370A7. Grayscale: #888888. Windows color (decimal): -7565480 or 5803916. OLE color: 5803916.
HSL color Cylindrical-coordinate representation of color #8C8F58: hue angle of 63.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C8F58 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 88 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.44 |
| HSL | 63.27º | 0.24% | 0.45% | - |
| HSV(B) | 63.27º | 0.38% | 0.56% | - |
| XYZ | 22.4 | 25.92 | 13.06 | - |
| YUV | 135.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 88 | 0.02 | 0 | 0.38 | 0.44 | 63.27 | 0.24 | 0.45 |
| Hex | 8C | 8F | 58 | 2 | 0 | 26 | 2C | 3F | 18 | 2D |
| Octal | 214 | 217 | 130 | 2 | 0 | 46 | 54 | 77 | 30 | 55 |
| Binary | 10001100 | 10001111 | 1011000 | 10 | 0 | 100110 | 101100 | 111111 | 11000 | 101101 |
Color Harmonies of #8C8F58
Complementary color
Monochromatic Colors of #8C8F58
Black with #8C8F58
Text Example
Text Example
White with #8C8F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F58; }
p { color: rgb(140,143,88); }
H1.HeaderClassName
{
color: #8C8F58;
}
.AnyTagClassName
{
color: #8C8F58;
}
</style>
background-color css
<style>
a { background-color: #8C8F58; }
a { background-color: rgb(140,143,88); }
div.DivClassName
{
background-color: #8C8F58;
}
.BgClassName
{
background-color: #8C8F58;
}
</style>
border-color css
<style>
span { border-color: #8C8F58; }
span { border-color: rgb(140,143,88); }
td.TdClassName
{
border-color: #8C8F58;
}
.TagClassName
{
border-color: #8C8F58;
}
</style>