Shades of Bitter #838F5B
Tints of Bitter #838F5B
RGB
CMYK
RGB Variations
Color information
#838F5B (or 0x838F5B) is known color: Bitter. HEX triplet: 83, 8F and 5B. RGB value is (131,143,91). Sum of RGB (Red+Green+Blue) = 131+143+91=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #838F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838F5B is #7C70A4. Grayscale: #858585. Windows color (decimal): -8155301 or 6000515. OLE color: 6000515.
HSL color Cylindrical-coordinate representation of color #838F5B: hue angle of 73.85º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838F5B is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 143 | 91 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.44 |
| HSL | 73.85º | 0.22% | 0.46% | - |
| HSV(B) | 73.85º | 0.36% | 0.56% | - |
| XYZ | 21.07 | 25.23 | 13.66 | - |
| YUV | 133.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 91 | 0.08 | 0 | 0.36 | 0.44 | 73.85 | 0.22 | 0.46 |
| Hex | 83 | 8F | 5B | 8 | 0 | 24 | 2C | 4A | 16 | 2E |
| Octal | 203 | 217 | 133 | 10 | 0 | 44 | 54 | 112 | 26 | 56 |
| Binary | 10000011 | 10001111 | 1011011 | 1000 | 0 | 100100 | 101100 | 1001010 | 10110 | 101110 |
Color Harmonies of #838F5B
Complementary color
Monochromatic Colors of #838F5B
Black with #838F5B
Text Example
Text Example
White with #838F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F5B; }
p { color: rgb(131,143,91); }
H1.HeaderClassName
{
color: #838F5B;
}
.AnyTagClassName
{
color: #838F5B;
}
</style>
background-color css
<style>
a { background-color: #838F5B; }
a { background-color: rgb(131,143,91); }
div.DivClassName
{
background-color: #838F5B;
}
.BgClassName
{
background-color: #838F5B;
}
</style>
border-color css
<style>
span { border-color: #838F5B; }
span { border-color: rgb(131,143,91); }
td.TdClassName
{
border-color: #838F5B;
}
.TagClassName
{
border-color: #838F5B;
}
</style>