Shades of Bitter #8A8F56
Tints of Bitter #8A8F56
RGB
CMYK
RGB Variations
Color information
#8A8F56 (or 0x8A8F56) is known color: Bitter. HEX triplet: 8A, 8F and 56. RGB value is (138,143,86). Sum of RGB (Red+Green+Blue) = 138+143+86=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8F56 is #7570A9. Grayscale: #878787. Windows color (decimal): -7696554 or 5672842. OLE color: 5672842.
HSL color Cylindrical-coordinate representation of color #8A8F56: hue angle of 65.26º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A8F56 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 143 | 86 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.44 |
| HSL | 65.26º | 0.25% | 0.45% | - |
| HSV(B) | 65.26º | 0.4% | 0.56% | - |
| XYZ | 21.98 | 25.72 | 12.61 | - |
| YUV | 135.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 86 | 0.03 | 0 | 0.40 | 0.44 | 65.26 | 0.25 | 0.45 |
| Hex | 8A | 8F | 56 | 3 | 0 | 28 | 2C | 41 | 19 | 2D |
| Octal | 212 | 217 | 126 | 3 | 0 | 50 | 54 | 101 | 31 | 55 |
| Binary | 10001010 | 10001111 | 1010110 | 11 | 0 | 101000 | 101100 | 1000001 | 11001 | 101101 |
Color Harmonies of #8A8F56
Complementary color
Monochromatic Colors of #8A8F56
Black with #8A8F56
Text Example
Text Example
White with #8A8F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8F56; }
p { color: rgb(138,143,86); }
H1.HeaderClassName
{
color: #8A8F56;
}
.AnyTagClassName
{
color: #8A8F56;
}
</style>
background-color css
<style>
a { background-color: #8A8F56; }
a { background-color: rgb(138,143,86); }
div.DivClassName
{
background-color: #8A8F56;
}
.BgClassName
{
background-color: #8A8F56;
}
</style>
border-color css
<style>
span { border-color: #8A8F56; }
span { border-color: rgb(138,143,86); }
td.TdClassName
{
border-color: #8A8F56;
}
.TagClassName
{
border-color: #8A8F56;
}
</style>