Shades of Highland #82965A
Tints of Highland #82965A
RGB
CMYK
RGB Variations
Color information
#82965A (or 0x82965A) is known color: Highland. HEX triplet: 82, 96 and 5A. RGB value is (130,150,90). Sum of RGB (Red+Green+Blue) = 130+150+90=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #82965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82965A is #7D69A5. Grayscale: #898989. Windows color (decimal): -8219046 or 5936770. OLE color: 5936770.
HSL color Cylindrical-coordinate representation of color #82965A: hue angle of 80º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82965A is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 150 | 90 | - |
| CMYK | 0.13 | 0 | 0.4 | 0.41 |
| HSL | 80º | 0.25% | 0.47% | - |
| HSV(B) | 80º | 0.4% | 0.59% | - |
| XYZ | 21.96 | 27.3 | 13.78 | - |
| YUV | 137.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 90 | 0.13 | 0 | 0.4 | 0.41 | 80 | 0.25 | 0.47 |
| Hex | 82 | 96 | 5A | D | 0 | 28 | 29 | 50 | 19 | 2F |
| Octal | 202 | 226 | 132 | 15 | 0 | 50 | 51 | 120 | 31 | 57 |
| Binary | 10000010 | 10010110 | 1011010 | 1101 | 0 | 101000 | 101001 | 1010000 | 11001 | 101111 |
Color Harmonies of #82965A
Complementary color
Monochromatic Colors of #82965A
Black with #82965A
Text Example
Text Example
White with #82965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82965A; }
p { color: rgb(130,150,90); }
H1.HeaderClassName
{
color: #82965A;
}
.AnyTagClassName
{
color: #82965A;
}
</style>
background-color css
<style>
a { background-color: #82965A; }
a { background-color: rgb(130,150,90); }
div.DivClassName
{
background-color: #82965A;
}
.BgClassName
{
background-color: #82965A;
}
</style>
border-color css
<style>
span { border-color: #82965A; }
span { border-color: rgb(130,150,90); }
td.TdClassName
{
border-color: #82965A;
}
.TagClassName
{
border-color: #82965A;
}
</style>