Shades of Bitter #8C9169
Tints of Bitter #8C9169
RGB
CMYK
RGB Variations
Color information
#8C9169 (or 0x8C9169) is known color: Bitter. HEX triplet: 8C, 91 and 69. RGB value is (140,145,105). Sum of RGB (Red+Green+Blue) = 140+145+105=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9169 is #736E96. Grayscale: #8B8B8B. Windows color (decimal): -7564951 or 6918540. OLE color: 6918540.
HSL color Cylindrical-coordinate representation of color #8C9169: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C9169 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 145 | 105 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.43 |
| HSL | 67.5º | 0.16% | 0.49% | - |
| HSV(B) | 67.5º | 0.28% | 0.57% | - |
| XYZ | 23.49 | 26.85 | 17.31 | - |
| YUV | 138.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 105 | 0.03 | 0 | 0.28 | 0.43 | 67.5 | 0.16 | 0.49 |
| Hex | 8C | 91 | 69 | 3 | 0 | 1C | 2B | 44 | 10 | 31 |
| Octal | 214 | 221 | 151 | 3 | 0 | 34 | 53 | 104 | 20 | 61 |
| Binary | 10001100 | 10010001 | 1101001 | 11 | 0 | 11100 | 101011 | 1000100 | 10000 | 110001 |
Color Harmonies of #8C9169
Complementary color
Monochromatic Colors of #8C9169
Black with #8C9169
Text Example
Text Example
White with #8C9169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9169; }
p { color: rgb(140,145,105); }
H1.HeaderClassName
{
color: #8C9169;
}
.AnyTagClassName
{
color: #8C9169;
}
</style>
background-color css
<style>
a { background-color: #8C9169; }
a { background-color: rgb(140,145,105); }
div.DivClassName
{
background-color: #8C9169;
}
.BgClassName
{
background-color: #8C9169;
}
</style>
border-color css
<style>
span { border-color: #8C9169; }
span { border-color: rgb(140,145,105); }
td.TdClassName
{
border-color: #8C9169;
}
.TagClassName
{
border-color: #8C9169;
}
</style>