Shades of Bitter #838A69
Tints of Bitter #838A69
RGB
CMYK
RGB Variations
Color information
#838A69 (or 0x838A69) is known color: Bitter. HEX triplet: 83, 8A and 69. RGB value is (131,138,105). Sum of RGB (Red+Green+Blue) = 131+138+105=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 138 - color contains mainly: green. Hex color #838A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A69 is #7C7596. Grayscale: #848484. Windows color (decimal): -8156567 or 6916739. OLE color: 6916739.
HSL color Cylindrical-coordinate representation of color #838A69: hue angle of 72.73º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838A69 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 105 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.46 |
| HSL | 72.73º | 0.14% | 0.48% | - |
| HSV(B) | 72.73º | 0.24% | 0.54% | - |
| XYZ | 21 | 24.02 | 16.89 | - |
| YUV | 132.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 105 | 0.05 | 0 | 0.24 | 0.46 | 72.73 | 0.14 | 0.48 |
| Hex | 83 | 8A | 69 | 5 | 0 | 18 | 2E | 49 | E | 30 |
| Octal | 203 | 212 | 151 | 5 | 0 | 30 | 56 | 111 | 16 | 60 |
| Binary | 10000011 | 10001010 | 1101001 | 101 | 0 | 11000 | 101110 | 1001001 | 1110 | 110000 |
Color Harmonies of #838A69
Complementary color
Monochromatic Colors of #838A69
Black with #838A69
Text Example
Text Example
White with #838A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A69; }
p { color: rgb(131,138,105); }
H1.HeaderClassName
{
color: #838A69;
}
.AnyTagClassName
{
color: #838A69;
}
</style>
background-color css
<style>
a { background-color: #838A69; }
a { background-color: rgb(131,138,105); }
div.DivClassName
{
background-color: #838A69;
}
.BgClassName
{
background-color: #838A69;
}
</style>
border-color css
<style>
span { border-color: #838A69; }
span { border-color: rgb(131,138,105); }
td.TdClassName
{
border-color: #838A69;
}
.TagClassName
{
border-color: #838A69;
}
</style>