Shades of Highland #829C65
Tints of Highland #829C65
RGB
CMYK
RGB Variations
Color information
#829C65 (or 0x829C65) is known color: Highland. HEX triplet: 82, 9C and 65. RGB value is (130,156,101). Sum of RGB (Red+Green+Blue) = 130+156+101=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #829C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C65 is #7D639A. Grayscale: #8E8E8E. Windows color (decimal): -8217499 or 6659202. OLE color: 6659202.
HSL color Cylindrical-coordinate representation of color #829C65: hue angle of 88.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #829C65 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 101 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.39 |
| HSL | 88.36º | 0.22% | 0.5% | - |
| HSV(B) | 88.36º | 0.35% | 0.61% | - |
| XYZ | 23.44 | 29.46 | 16.76 | - |
| YUV | 141.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 101 | 0.17 | 0 | 0.35 | 0.39 | 88.36 | 0.22 | 0.5 |
| Hex | 82 | 9C | 65 | 11 | 0 | 23 | 27 | 58 | 16 | 32 |
| Octal | 202 | 234 | 145 | 21 | 0 | 43 | 47 | 130 | 26 | 62 |
| Binary | 10000010 | 10011100 | 1100101 | 10001 | 0 | 100011 | 100111 | 1011000 | 10110 | 110010 |
Color Harmonies of #829C65
Complementary color
Monochromatic Colors of #829C65
Black with #829C65
Text Example
Text Example
White with #829C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C65; }
p { color: rgb(130,156,101); }
H1.HeaderClassName
{
color: #829C65;
}
.AnyTagClassName
{
color: #829C65;
}
</style>
background-color css
<style>
a { background-color: #829C65; }
a { background-color: rgb(130,156,101); }
div.DivClassName
{
background-color: #829C65;
}
.BgClassName
{
background-color: #829C65;
}
</style>
border-color css
<style>
span { border-color: #829C65; }
span { border-color: rgb(130,156,101); }
td.TdClassName
{
border-color: #829C65;
}
.TagClassName
{
border-color: #829C65;
}
</style>