Shades of Highland #82955D
Tints of Highland #82955D
RGB
CMYK
RGB Variations
Color information
#82955D (or 0x82955D) is known color: Highland. HEX triplet: 82, 95 and 5D. RGB value is (130,149,93). Sum of RGB (Red+Green+Blue) = 130+149+93=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #82955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82955D is #7D6AA2. Grayscale: #898989. Windows color (decimal): -8219299 or 6133122. OLE color: 6133122.
HSL color Cylindrical-coordinate representation of color #82955D: hue angle of 80.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82955D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 149 | 93 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.42 |
| HSL | 80.36º | 0.23% | 0.47% | - |
| HSV(B) | 80.36º | 0.38% | 0.58% | - |
| XYZ | 21.93 | 27.03 | 14.42 | - |
| YUV | 136.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 93 | 0.13 | 0 | 0.38 | 0.42 | 80.36 | 0.23 | 0.47 |
| Hex | 82 | 95 | 5D | D | 0 | 26 | 2A | 50 | 17 | 2F |
| Octal | 202 | 225 | 135 | 15 | 0 | 46 | 52 | 120 | 27 | 57 |
| Binary | 10000010 | 10010101 | 1011101 | 1101 | 0 | 100110 | 101010 | 1010000 | 10111 | 101111 |
Color Harmonies of #82955D
Complementary color
Monochromatic Colors of #82955D
Black with #82955D
Text Example
Text Example
White with #82955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82955D; }
p { color: rgb(130,149,93); }
H1.HeaderClassName
{
color: #82955D;
}
.AnyTagClassName
{
color: #82955D;
}
</style>
background-color css
<style>
a { background-color: #82955D; }
a { background-color: rgb(130,149,93); }
div.DivClassName
{
background-color: #82955D;
}
.BgClassName
{
background-color: #82955D;
}
</style>
border-color css
<style>
span { border-color: #82955D; }
span { border-color: rgb(130,149,93); }
td.TdClassName
{
border-color: #82955D;
}
.TagClassName
{
border-color: #82955D;
}
</style>