Shades of Bitter #838A60
Tints of Bitter #838A60
RGB
CMYK
RGB Variations
Color information
#838A60 (or 0x838A60) is known color: Bitter. HEX triplet: 83, 8A and 60. RGB value is (131,138,96). Sum of RGB (Red+Green+Blue) = 131+138+96=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 138 - color contains mainly: green. Hex color #838A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A60 is #7C759F. Grayscale: #838383. Windows color (decimal): -8156576 or 6326915. OLE color: 6326915.
HSL color Cylindrical-coordinate representation of color #838A60: hue angle of 70º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #838A60 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 96 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.46 |
| HSL | 70º | 0.18% | 0.46% | - |
| HSV(B) | 70º | 0.3% | 0.54% | - |
| XYZ | 20.56 | 23.85 | 14.59 | - |
| YUV | 131.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 96 | 0.05 | 0 | 0.30 | 0.46 | 70 | 0.18 | 0.46 |
| Hex | 83 | 8A | 60 | 5 | 0 | 1E | 2E | 46 | 12 | 2E |
| Octal | 203 | 212 | 140 | 5 | 0 | 36 | 56 | 106 | 22 | 56 |
| Binary | 10000011 | 10001010 | 1100000 | 101 | 0 | 11110 | 101110 | 1000110 | 10010 | 101110 |
Color Harmonies of #838A60
Complementary color
Monochromatic Colors of #838A60
Black with #838A60
Text Example
Text Example
White with #838A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A60; }
p { color: rgb(131,138,96); }
H1.HeaderClassName
{
color: #838A60;
}
.AnyTagClassName
{
color: #838A60;
}
</style>
background-color css
<style>
a { background-color: #838A60; }
a { background-color: rgb(131,138,96); }
div.DivClassName
{
background-color: #838A60;
}
.BgClassName
{
background-color: #838A60;
}
</style>
border-color css
<style>
span { border-color: #838A60; }
span { border-color: rgb(131,138,96); }
td.TdClassName
{
border-color: #838A60;
}
.TagClassName
{
border-color: #838A60;
}
</style>