Shades of Highland #829166
Tints of Highland #829166
RGB
CMYK
RGB Variations
Color information
#829166 (or 0x829166) is known color: Highland. HEX triplet: 82, 91 and 66. RGB value is (130,145,102). Sum of RGB (Red+Green+Blue) = 130+145+102=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #829166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829166 is #7D6E99. Grayscale: #878787. Windows color (decimal): -8220314 or 6721922. OLE color: 6721922.
HSL color Cylindrical-coordinate representation of color #829166: hue angle of 80.93º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #829166 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 145 | 102 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.43 |
| HSL | 80.93º | 0.17% | 0.48% | - |
| HSV(B) | 80.93º | 0.3% | 0.57% | - |
| XYZ | 21.73 | 25.96 | 16.44 | - |
| YUV | 135.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 102 | 0.10 | 0 | 0.30 | 0.43 | 80.93 | 0.17 | 0.48 |
| Hex | 82 | 91 | 66 | A | 0 | 1E | 2B | 51 | 11 | 30 |
| Octal | 202 | 221 | 146 | 12 | 0 | 36 | 53 | 121 | 21 | 60 |
| Binary | 10000010 | 10010001 | 1100110 | 1010 | 0 | 11110 | 101011 | 1010001 | 10001 | 110000 |
Color Harmonies of #829166
Complementary color
Monochromatic Colors of #829166
Black with #829166
Text Example
Text Example
White with #829166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829166; }
p { color: rgb(130,145,102); }
H1.HeaderClassName
{
color: #829166;
}
.AnyTagClassName
{
color: #829166;
}
</style>
background-color css
<style>
a { background-color: #829166; }
a { background-color: rgb(130,145,102); }
div.DivClassName
{
background-color: #829166;
}
.BgClassName
{
background-color: #829166;
}
</style>
border-color css
<style>
span { border-color: #829166; }
span { border-color: rgb(130,145,102); }
td.TdClassName
{
border-color: #829166;
}
.TagClassName
{
border-color: #829166;
}
</style>