Shades of Bitter #8A905D
Tints of Bitter #8A905D
RGB
CMYK
RGB Variations
Color information
#8A905D (or 0x8A905D) is known color: Bitter. HEX triplet: 8A, 90 and 5D. RGB value is (138,144,93). Sum of RGB (Red+Green+Blue) = 138+144+93=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #8A905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A905D is #756FA2. Grayscale: #888888. Windows color (decimal): -7696291 or 6131850. OLE color: 6131850.
HSL color Cylindrical-coordinate representation of color #8A905D: hue angle of 67.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A905D is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 93 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.44 |
| HSL | 67.06º | 0.22% | 0.46% | - |
| HSV(B) | 67.06º | 0.35% | 0.56% | - |
| XYZ | 22.43 | 26.14 | 14.22 | - |
| YUV | 136.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 93 | 0.04 | 0 | 0.35 | 0.44 | 67.06 | 0.22 | 0.46 |
| Hex | 8A | 90 | 5D | 4 | 0 | 23 | 2C | 43 | 16 | 2E |
| Octal | 212 | 220 | 135 | 4 | 0 | 43 | 54 | 103 | 26 | 56 |
| Binary | 10001010 | 10010000 | 1011101 | 100 | 0 | 100011 | 101100 | 1000011 | 10110 | 101110 |
Color Harmonies of #8A905D
Complementary color
Monochromatic Colors of #8A905D
Black with #8A905D
Text Example
Text Example
White with #8A905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A905D; }
p { color: rgb(138,144,93); }
H1.HeaderClassName
{
color: #8A905D;
}
.AnyTagClassName
{
color: #8A905D;
}
</style>
background-color css
<style>
a { background-color: #8A905D; }
a { background-color: rgb(138,144,93); }
div.DivClassName
{
background-color: #8A905D;
}
.BgClassName
{
background-color: #8A905D;
}
</style>
border-color css
<style>
span { border-color: #8A905D; }
span { border-color: rgb(138,144,93); }
td.TdClassName
{
border-color: #8A905D;
}
.TagClassName
{
border-color: #8A905D;
}
</style>