Shades of Bitter #828A67
Tints of Bitter #828A67
RGB
CMYK
RGB Variations
Color information
#828A67 (or 0x828A67) is known color: Bitter. HEX triplet: 82, 8A and 67. RGB value is (130,138,103). Sum of RGB (Red+Green+Blue) = 130+138+103=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #828A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A67 is #7D7598. Grayscale: #838383. Windows color (decimal): -8222105 or 6785666. OLE color: 6785666.
HSL color Cylindrical-coordinate representation of color #828A67: hue angle of 73.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #828A67 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 103 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.46 |
| HSL | 73.71º | 0.15% | 0.47% | - |
| HSV(B) | 73.71º | 0.25% | 0.54% | - |
| XYZ | 20.74 | 23.9 | 16.35 | - |
| YUV | 131.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 103 | 0.06 | 0 | 0.25 | 0.46 | 73.71 | 0.15 | 0.47 |
| Hex | 82 | 8A | 67 | 6 | 0 | 19 | 2E | 4A | F | 2F |
| Octal | 202 | 212 | 147 | 6 | 0 | 31 | 56 | 112 | 17 | 57 |
| Binary | 10000010 | 10001010 | 1100111 | 110 | 0 | 11001 | 101110 | 1001010 | 1111 | 101111 |
Color Harmonies of #828A67
Complementary color
Monochromatic Colors of #828A67
Black with #828A67
Text Example
Text Example
White with #828A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A67; }
p { color: rgb(130,138,103); }
H1.HeaderClassName
{
color: #828A67;
}
.AnyTagClassName
{
color: #828A67;
}
</style>
background-color css
<style>
a { background-color: #828A67; }
a { background-color: rgb(130,138,103); }
div.DivClassName
{
background-color: #828A67;
}
.BgClassName
{
background-color: #828A67;
}
</style>
border-color css
<style>
span { border-color: #828A67; }
span { border-color: rgb(130,138,103); }
td.TdClassName
{
border-color: #828A67;
}
.TagClassName
{
border-color: #828A67;
}
</style>