Shades of Bitter #8A9058
Tints of Bitter #8A9058
RGB
CMYK
RGB Variations
Color information
#8A9058 (or 0x8A9058) is known color: Bitter. HEX triplet: 8A, 90 and 58. RGB value is (138,144,88). Sum of RGB (Red+Green+Blue) = 138+144+88=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9058 is #756FA7. Grayscale: #888888. Windows color (decimal): -7696296 or 5804170. OLE color: 5804170.
HSL color Cylindrical-coordinate representation of color #8A9058: hue angle of 66.43º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A9058 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 88 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.44 |
| HSL | 66.43º | 0.24% | 0.45% | - |
| HSV(B) | 66.43º | 0.39% | 0.56% | - |
| XYZ | 22.22 | 26.05 | 13.09 | - |
| YUV | 135.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 88 | 0.04 | 0 | 0.39 | 0.44 | 66.43 | 0.24 | 0.45 |
| Hex | 8A | 90 | 58 | 4 | 0 | 27 | 2C | 42 | 18 | 2D |
| Octal | 212 | 220 | 130 | 4 | 0 | 47 | 54 | 102 | 30 | 55 |
| Binary | 10001010 | 10010000 | 1011000 | 100 | 0 | 100111 | 101100 | 1000010 | 11000 | 101101 |
Color Harmonies of #8A9058
Complementary color
Monochromatic Colors of #8A9058
Black with #8A9058
Text Example
Text Example
White with #8A9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9058; }
p { color: rgb(138,144,88); }
H1.HeaderClassName
{
color: #8A9058;
}
.AnyTagClassName
{
color: #8A9058;
}
</style>
background-color css
<style>
a { background-color: #8A9058; }
a { background-color: rgb(138,144,88); }
div.DivClassName
{
background-color: #8A9058;
}
.BgClassName
{
background-color: #8A9058;
}
</style>
border-color css
<style>
span { border-color: #8A9058; }
span { border-color: rgb(138,144,88); }
td.TdClassName
{
border-color: #8A9058;
}
.TagClassName
{
border-color: #8A9058;
}
</style>