Shades of Bitter #8A8C5D
Tints of Bitter #8A8C5D
RGB
CMYK
RGB Variations
Color information
#8A8C5D (or 0x8A8C5D) is known color: Bitter. HEX triplet: 8A, 8C and 5D. RGB value is (138,140,93). Sum of RGB (Red+Green+Blue) = 138+140+93=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8C5D is #7573A2. Grayscale: #868686. Windows color (decimal): -7697315 or 6130826. OLE color: 6130826.
HSL color Cylindrical-coordinate representation of color #8A8C5D: hue angle of 62.55º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A8C5D is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 140 | 93 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.45 |
| HSL | 62.55º | 0.2% | 0.46% | - |
| HSV(B) | 62.55º | 0.34% | 0.55% | - |
| XYZ | 21.84 | 24.95 | 14.02 | - |
| YUV | 134.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 93 | 0.01 | 0 | 0.34 | 0.45 | 62.55 | 0.2 | 0.46 |
| Hex | 8A | 8C | 5D | 1 | 0 | 22 | 2D | 3F | 14 | 2E |
| Octal | 212 | 214 | 135 | 1 | 0 | 42 | 55 | 77 | 24 | 56 |
| Binary | 10001010 | 10001100 | 1011101 | 1 | 0 | 100010 | 101101 | 111111 | 10100 | 101110 |
Color Harmonies of #8A8C5D
Complementary color
Monochromatic Colors of #8A8C5D
Black with #8A8C5D
Text Example
Text Example
White with #8A8C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8C5D; }
p { color: rgb(138,140,93); }
H1.HeaderClassName
{
color: #8A8C5D;
}
.AnyTagClassName
{
color: #8A8C5D;
}
</style>
background-color css
<style>
a { background-color: #8A8C5D; }
a { background-color: rgb(138,140,93); }
div.DivClassName
{
background-color: #8A8C5D;
}
.BgClassName
{
background-color: #8A8C5D;
}
</style>
border-color css
<style>
span { border-color: #8A8C5D; }
span { border-color: rgb(138,140,93); }
td.TdClassName
{
border-color: #8A8C5D;
}
.TagClassName
{
border-color: #8A8C5D;
}
</style>