Shades of Highland #829C62
Tints of Highland #829C62
RGB
CMYK
RGB Variations
Color information
#829C62 (or 0x829C62) is known color: Highland. HEX triplet: 82, 9C and 62. RGB value is (130,156,98). Sum of RGB (Red+Green+Blue) = 130+156+98=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #829C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C62 is #7D639D. Grayscale: #8D8D8D. Windows color (decimal): -8217502 or 6462594. OLE color: 6462594.
HSL color Cylindrical-coordinate representation of color #829C62: hue angle of 86.9º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829C62 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 98 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.39 |
| HSL | 86.9º | 0.23% | 0.5% | - |
| HSV(B) | 86.9º | 0.37% | 0.61% | - |
| XYZ | 23.3 | 29.4 | 16 | - |
| YUV | 141.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 98 | 0.17 | 0 | 0.37 | 0.39 | 86.9 | 0.23 | 0.5 |
| Hex | 82 | 9C | 62 | 11 | 0 | 25 | 27 | 57 | 17 | 32 |
| Octal | 202 | 234 | 142 | 21 | 0 | 45 | 47 | 127 | 27 | 62 |
| Binary | 10000010 | 10011100 | 1100010 | 10001 | 0 | 100101 | 100111 | 1010111 | 10111 | 110010 |
Color Harmonies of #829C62
Complementary color
Monochromatic Colors of #829C62
Black with #829C62
Text Example
Text Example
White with #829C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C62; }
p { color: rgb(130,156,98); }
H1.HeaderClassName
{
color: #829C62;
}
.AnyTagClassName
{
color: #829C62;
}
</style>
background-color css
<style>
a { background-color: #829C62; }
a { background-color: rgb(130,156,98); }
div.DivClassName
{
background-color: #829C62;
}
.BgClassName
{
background-color: #829C62;
}
</style>
border-color css
<style>
span { border-color: #829C62; }
span { border-color: rgb(130,156,98); }
td.TdClassName
{
border-color: #829C62;
}
.TagClassName
{
border-color: #829C62;
}
</style>