Shades of Highland #84926B
Tints of Highland #84926B
RGB
CMYK
RGB Variations
Color information
#84926B (or 0x84926B) is known color: Highland. HEX triplet: 84, 92 and 6B. RGB value is (132,146,107). Sum of RGB (Red+Green+Blue) = 132+146+107=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #84926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84926B is #7B6D94. Grayscale: #898989. Windows color (decimal): -8088981 or 7049860. OLE color: 7049860.
HSL color Cylindrical-coordinate representation of color #84926B: hue angle of 81.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84926B is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 107 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.43 |
| HSL | 81.54º | 0.15% | 0.5% | - |
| HSV(B) | 81.54º | 0.27% | 0.57% | - |
| XYZ | 22.45 | 26.52 | 17.85 | - |
| YUV | 137.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 107 | 0.10 | 0 | 0.27 | 0.43 | 81.54 | 0.15 | 0.5 |
| Hex | 84 | 92 | 6B | A | 0 | 1B | 2B | 52 | F | 32 |
| Octal | 204 | 222 | 153 | 12 | 0 | 33 | 53 | 122 | 17 | 62 |
| Binary | 10000100 | 10010010 | 1101011 | 1010 | 0 | 11011 | 101011 | 1010010 | 1111 | 110010 |
Color Harmonies of #84926B
Complementary color
Monochromatic Colors of #84926B
Black with #84926B
Text Example
Text Example
White with #84926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84926B; }
p { color: rgb(132,146,107); }
H1.HeaderClassName
{
color: #84926B;
}
.AnyTagClassName
{
color: #84926B;
}
</style>
background-color css
<style>
a { background-color: #84926B; }
a { background-color: rgb(132,146,107); }
div.DivClassName
{
background-color: #84926B;
}
.BgClassName
{
background-color: #84926B;
}
</style>
border-color css
<style>
span { border-color: #84926B; }
span { border-color: rgb(132,146,107); }
td.TdClassName
{
border-color: #84926B;
}
.TagClassName
{
border-color: #84926B;
}
</style>