Shades of Highland #829B63
Tints of Highland #829B63
RGB
CMYK
RGB Variations
Color information
#829B63 (or 0x829B63) is known color: Highland. HEX triplet: 82, 9B and 63. RGB value is (130,155,99). Sum of RGB (Red+Green+Blue) = 130+155+99=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #829B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B63 is #7D649C. Grayscale: #8D8D8D. Windows color (decimal): -8217757 or 6527874. OLE color: 6527874.
HSL color Cylindrical-coordinate representation of color #829B63: hue angle of 86.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829B63 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 99 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.39 |
| HSL | 86.79º | 0.22% | 0.5% | - |
| HSV(B) | 86.79º | 0.36% | 0.61% | - |
| XYZ | 23.18 | 29.09 | 16.2 | - |
| YUV | 141.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 99 | 0.16 | 0 | 0.36 | 0.39 | 86.79 | 0.22 | 0.5 |
| Hex | 82 | 9B | 63 | 10 | 0 | 24 | 27 | 57 | 16 | 32 |
| Octal | 202 | 233 | 143 | 20 | 0 | 44 | 47 | 127 | 26 | 62 |
| Binary | 10000010 | 10011011 | 1100011 | 10000 | 0 | 100100 | 100111 | 1010111 | 10110 | 110010 |
Color Harmonies of #829B63
Complementary color
Monochromatic Colors of #829B63
Black with #829B63
Text Example
Text Example
White with #829B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B63; }
p { color: rgb(130,155,99); }
H1.HeaderClassName
{
color: #829B63;
}
.AnyTagClassName
{
color: #829B63;
}
</style>
background-color css
<style>
a { background-color: #829B63; }
a { background-color: rgb(130,155,99); }
div.DivClassName
{
background-color: #829B63;
}
.BgClassName
{
background-color: #829B63;
}
</style>
border-color css
<style>
span { border-color: #829B63; }
span { border-color: rgb(130,155,99); }
td.TdClassName
{
border-color: #829B63;
}
.TagClassName
{
border-color: #829B63;
}
</style>