Shades of Bitter #8A9266
Tints of Bitter #8A9266
RGB
CMYK
RGB Variations
Color information
#8A9266 (or 0x8A9266) is known color: Bitter. HEX triplet: 8A, 92 and 66. RGB value is (138,146,102). Sum of RGB (Red+Green+Blue) = 138+146+102=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9266 is #756D99. Grayscale: #8A8A8A. Windows color (decimal): -7695770 or 6722186. OLE color: 6722186.
HSL color Cylindrical-coordinate representation of color #8A9266: hue angle of 70.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A9266 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 102 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.43 |
| HSL | 70.91º | 0.18% | 0.49% | - |
| HSV(B) | 70.91º | 0.3% | 0.57% | - |
| XYZ | 23.16 | 26.92 | 16.55 | - |
| YUV | 138.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 102 | 0.05 | 0 | 0.30 | 0.43 | 70.91 | 0.18 | 0.49 |
| Hex | 8A | 92 | 66 | 5 | 0 | 1E | 2B | 47 | 12 | 31 |
| Octal | 212 | 222 | 146 | 5 | 0 | 36 | 53 | 107 | 22 | 61 |
| Binary | 10001010 | 10010010 | 1100110 | 101 | 0 | 11110 | 101011 | 1000111 | 10010 | 110001 |
Color Harmonies of #8A9266
Complementary color
Monochromatic Colors of #8A9266
Black with #8A9266
Text Example
Text Example
White with #8A9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9266; }
p { color: rgb(138,146,102); }
H1.HeaderClassName
{
color: #8A9266;
}
.AnyTagClassName
{
color: #8A9266;
}
</style>
background-color css
<style>
a { background-color: #8A9266; }
a { background-color: rgb(138,146,102); }
div.DivClassName
{
background-color: #8A9266;
}
.BgClassName
{
background-color: #8A9266;
}
</style>
border-color css
<style>
span { border-color: #8A9266; }
span { border-color: rgb(138,146,102); }
td.TdClassName
{
border-color: #8A9266;
}
.TagClassName
{
border-color: #8A9266;
}
</style>