Shades of Highland #82986A
Tints of Highland #82986A
RGB
CMYK
RGB Variations
Color information
#82986A (or 0x82986A) is known color: Highland. HEX triplet: 82, 98 and 6A. RGB value is (130,152,106). Sum of RGB (Red+Green+Blue) = 130+152+106=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #82986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82986A is #7D6795. Grayscale: #8C8C8C. Windows color (decimal): -8218518 or 6985858. OLE color: 6985858.
HSL color Cylindrical-coordinate representation of color #82986A: hue angle of 88.7º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82986A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 106 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.40 |
| HSL | 88.7º | 0.18% | 0.51% | - |
| HSV(B) | 88.7º | 0.3% | 0.6% | - |
| XYZ | 23.04 | 28.24 | 17.87 | - |
| YUV | 140.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 106 | 0.14 | 0 | 0.30 | 0.40 | 88.7 | 0.18 | 0.51 |
| Hex | 82 | 98 | 6A | E | 0 | 1E | 28 | 59 | 12 | 33 |
| Octal | 202 | 230 | 152 | 16 | 0 | 36 | 50 | 131 | 22 | 63 |
| Binary | 10000010 | 10011000 | 1101010 | 1110 | 0 | 11110 | 101000 | 1011001 | 10010 | 110011 |
Color Harmonies of #82986A
Complementary color
Monochromatic Colors of #82986A
Black with #82986A
Text Example
Text Example
White with #82986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82986A; }
p { color: rgb(130,152,106); }
H1.HeaderClassName
{
color: #82986A;
}
.AnyTagClassName
{
color: #82986A;
}
</style>
background-color css
<style>
a { background-color: #82986A; }
a { background-color: rgb(130,152,106); }
div.DivClassName
{
background-color: #82986A;
}
.BgClassName
{
background-color: #82986A;
}
</style>
border-color css
<style>
span { border-color: #82986A; }
span { border-color: rgb(130,152,106); }
td.TdClassName
{
border-color: #82986A;
}
.TagClassName
{
border-color: #82986A;
}
</style>