Shades of Bitter #8A9057
Tints of Bitter #8A9057
RGB
CMYK
RGB Variations
Color information
#8A9057 (or 0x8A9057) is known color: Bitter. HEX triplet: 8A, 90 and 57. RGB value is (138,144,87). Sum of RGB (Red+Green+Blue) = 138+144+87=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9057 is #756FA8. Grayscale: #878787. Windows color (decimal): -7696297 or 5738634. OLE color: 5738634.
HSL color Cylindrical-coordinate representation of color #8A9057: hue angle of 66.32º 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 #8A9057 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 87 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.44 |
| HSL | 66.32º | 0.25% | 0.45% | - |
| HSV(B) | 66.32º | 0.4% | 0.56% | - |
| XYZ | 22.17 | 26.04 | 12.87 | - |
| YUV | 135.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 87 | 0.04 | 0 | 0.40 | 0.44 | 66.32 | 0.25 | 0.45 |
| Hex | 8A | 90 | 57 | 4 | 0 | 28 | 2C | 42 | 19 | 2D |
| Octal | 212 | 220 | 127 | 4 | 0 | 50 | 54 | 102 | 31 | 55 |
| Binary | 10001010 | 10010000 | 1010111 | 100 | 0 | 101000 | 101100 | 1000010 | 11001 | 101101 |
Color Harmonies of #8A9057
Complementary color
Monochromatic Colors of #8A9057
Black with #8A9057
Text Example
Text Example
White with #8A9057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9057; }
p { color: rgb(138,144,87); }
H1.HeaderClassName
{
color: #8A9057;
}
.AnyTagClassName
{
color: #8A9057;
}
</style>
background-color css
<style>
a { background-color: #8A9057; }
a { background-color: rgb(138,144,87); }
div.DivClassName
{
background-color: #8A9057;
}
.BgClassName
{
background-color: #8A9057;
}
</style>
border-color css
<style>
span { border-color: #8A9057; }
span { border-color: rgb(138,144,87); }
td.TdClassName
{
border-color: #8A9057;
}
.TagClassName
{
border-color: #8A9057;
}
</style>