Shades of Highland #82995C
Tints of Highland #82995C
RGB
CMYK
RGB Variations
Color information
#82995C (or 0x82995C) is known color: Highland. HEX triplet: 82, 99 and 5C. RGB value is (130,153,92). Sum of RGB (Red+Green+Blue) = 130+153+92=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #82995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82995C is #7D66A3. Grayscale: #8B8B8B. Windows color (decimal): -8218276 or 6068610. OLE color: 6068610.
HSL color Cylindrical-coordinate representation of color #82995C: hue angle of 82.62º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82995C is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 92 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.4 |
| HSL | 82.62º | 0.25% | 0.48% | - |
| HSV(B) | 82.62º | 0.4% | 0.6% | - |
| XYZ | 22.53 | 28.3 | 14.4 | - |
| YUV | 139.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 92 | 0.15 | 0 | 0.40 | 0.4 | 82.62 | 0.25 | 0.48 |
| Hex | 82 | 99 | 5C | F | 0 | 28 | 28 | 53 | 19 | 30 |
| Octal | 202 | 231 | 134 | 17 | 0 | 50 | 50 | 123 | 31 | 60 |
| Binary | 10000010 | 10011001 | 1011100 | 1111 | 0 | 101000 | 101000 | 1010011 | 11001 | 110000 |
Color Harmonies of #82995C
Complementary color
Monochromatic Colors of #82995C
Black with #82995C
Text Example
Text Example
White with #82995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82995C; }
p { color: rgb(130,153,92); }
H1.HeaderClassName
{
color: #82995C;
}
.AnyTagClassName
{
color: #82995C;
}
</style>
background-color css
<style>
a { background-color: #82995C; }
a { background-color: rgb(130,153,92); }
div.DivClassName
{
background-color: #82995C;
}
.BgClassName
{
background-color: #82995C;
}
</style>
border-color css
<style>
span { border-color: #82995C; }
span { border-color: rgb(130,153,92); }
td.TdClassName
{
border-color: #82995C;
}
.TagClassName
{
border-color: #82995C;
}
</style>