Shades of Bitter #8A9063
Tints of Bitter #8A9063
RGB
CMYK
RGB Variations
Color information
#8A9063 (or 0x8A9063) is known color: Bitter. HEX triplet: 8A, 90 and 63. RGB value is (138,144,99). Sum of RGB (Red+Green+Blue) = 138+144+99=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9063 is #756F9C. Grayscale: #898989. Windows color (decimal): -7696285 or 6525066. OLE color: 6525066.
HSL color Cylindrical-coordinate representation of color #8A9063: hue angle of 68º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A9063 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 99 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.44 |
| HSL | 68º | 0.19% | 0.48% | - |
| HSV(B) | 68º | 0.31% | 0.56% | - |
| XYZ | 22.71 | 26.25 | 15.67 | - |
| YUV | 137.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 99 | 0.04 | 0 | 0.31 | 0.44 | 68 | 0.19 | 0.48 |
| Hex | 8A | 90 | 63 | 4 | 0 | 1F | 2C | 44 | 13 | 30 |
| Octal | 212 | 220 | 143 | 4 | 0 | 37 | 54 | 104 | 23 | 60 |
| Binary | 10001010 | 10010000 | 1100011 | 100 | 0 | 11111 | 101100 | 1000100 | 10011 | 110000 |
Color Harmonies of #8A9063
Complementary color
Monochromatic Colors of #8A9063
Black with #8A9063
Text Example
Text Example
White with #8A9063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9063; }
p { color: rgb(138,144,99); }
H1.HeaderClassName
{
color: #8A9063;
}
.AnyTagClassName
{
color: #8A9063;
}
</style>
background-color css
<style>
a { background-color: #8A9063; }
a { background-color: rgb(138,144,99); }
div.DivClassName
{
background-color: #8A9063;
}
.BgClassName
{
background-color: #8A9063;
}
</style>
border-color css
<style>
span { border-color: #8A9063; }
span { border-color: rgb(138,144,99); }
td.TdClassName
{
border-color: #8A9063;
}
.TagClassName
{
border-color: #8A9063;
}
</style>