Shades of Bitter #848B5A
Tints of Bitter #848B5A
RGB
CMYK
RGB Variations
Color information
#848B5A (or 0x848B5A) is known color: Bitter. HEX triplet: 84, 8B and 5A. RGB value is (132,139,90). Sum of RGB (Red+Green+Blue) = 132+139+90=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #848B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B5A is #7B74A5. Grayscale: #838383. Windows color (decimal): -8090790 or 5933956. OLE color: 5933956.
HSL color Cylindrical-coordinate representation of color #848B5A: hue angle of 68.57º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848B5A is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 139 | 90 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.45 |
| HSL | 68.57º | 0.21% | 0.45% | - |
| HSV(B) | 68.57º | 0.35% | 0.55% | - |
| XYZ | 20.59 | 24.11 | 13.24 | - |
| YUV | 131.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 90 | 0.05 | 0 | 0.35 | 0.45 | 68.57 | 0.21 | 0.45 |
| Hex | 84 | 8B | 5A | 5 | 0 | 23 | 2D | 45 | 15 | 2D |
| Octal | 204 | 213 | 132 | 5 | 0 | 43 | 55 | 105 | 25 | 55 |
| Binary | 10000100 | 10001011 | 1011010 | 101 | 0 | 100011 | 101101 | 1000101 | 10101 | 101101 |
Color Harmonies of #848B5A
Complementary color
Monochromatic Colors of #848B5A
Black with #848B5A
Text Example
Text Example
White with #848B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848B5A; }
p { color: rgb(132,139,90); }
H1.HeaderClassName
{
color: #848B5A;
}
.AnyTagClassName
{
color: #848B5A;
}
</style>
background-color css
<style>
a { background-color: #848B5A; }
a { background-color: rgb(132,139,90); }
div.DivClassName
{
background-color: #848B5A;
}
.BgClassName
{
background-color: #848B5A;
}
</style>
border-color css
<style>
span { border-color: #848B5A; }
span { border-color: rgb(132,139,90); }
td.TdClassName
{
border-color: #848B5A;
}
.TagClassName
{
border-color: #848B5A;
}
</style>