Shades of Bitter #848A58
Tints of Bitter #848A58
RGB
CMYK
RGB Variations
Color information
#848A58 (or 0x848A58) is known color: Bitter. HEX triplet: 84, 8A and 58. RGB value is (132,138,88). Sum of RGB (Red+Green+Blue) = 132+138+88=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #848A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A58 is #7B75A7. Grayscale: #828282. Windows color (decimal): -8091048 or 5802628. OLE color: 5802628.
HSL color Cylindrical-coordinate representation of color #848A58: hue angle of 67.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #848A58 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 138 | 88 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.46 |
| HSL | 67.2º | 0.22% | 0.44% | - |
| HSV(B) | 67.2º | 0.36% | 0.54% | - |
| XYZ | 20.37 | 23.79 | 12.75 | - |
| YUV | 130.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 88 | 0.04 | 0 | 0.36 | 0.46 | 67.2 | 0.22 | 0.44 |
| Hex | 84 | 8A | 58 | 4 | 0 | 24 | 2E | 43 | 16 | 2C |
| Octal | 204 | 212 | 130 | 4 | 0 | 44 | 56 | 103 | 26 | 54 |
| Binary | 10000100 | 10001010 | 1011000 | 100 | 0 | 100100 | 101110 | 1000011 | 10110 | 101100 |
Color Harmonies of #848A58
Complementary color
Monochromatic Colors of #848A58
Black with #848A58
Text Example
Text Example
White with #848A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848A58; }
p { color: rgb(132,138,88); }
H1.HeaderClassName
{
color: #848A58;
}
.AnyTagClassName
{
color: #848A58;
}
</style>
background-color css
<style>
a { background-color: #848A58; }
a { background-color: rgb(132,138,88); }
div.DivClassName
{
background-color: #848A58;
}
.BgClassName
{
background-color: #848A58;
}
</style>
border-color css
<style>
span { border-color: #848A58; }
span { border-color: rgb(132,138,88); }
td.TdClassName
{
border-color: #848A58;
}
.TagClassName
{
border-color: #848A58;
}
</style>