Shades of Highland #84955B
Tints of Highland #84955B
RGB
CMYK
RGB Variations
Color information
#84955B (or 0x84955B) is known color: Highland. HEX triplet: 84, 95 and 5B. RGB value is (132,149,91). Sum of RGB (Red+Green+Blue) = 132+149+91=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #84955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84955B is #7B6AA4. Grayscale: #898989. Windows color (decimal): -8088229 or 6002052. OLE color: 6002052.
HSL color Cylindrical-coordinate representation of color #84955B: hue angle of 77.59º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84955B is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 91 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.42 |
| HSL | 77.59º | 0.24% | 0.47% | - |
| HSV(B) | 77.59º | 0.39% | 0.58% | - |
| XYZ | 22.15 | 27.16 | 13.97 | - |
| YUV | 137.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 91 | 0.11 | 0 | 0.39 | 0.42 | 77.59 | 0.24 | 0.47 |
| Hex | 84 | 95 | 5B | B | 0 | 27 | 2A | 4E | 18 | 2F |
| Octal | 204 | 225 | 133 | 13 | 0 | 47 | 52 | 116 | 30 | 57 |
| Binary | 10000100 | 10010101 | 1011011 | 1011 | 0 | 100111 | 101010 | 1001110 | 11000 | 101111 |
Color Harmonies of #84955B
Complementary color
Monochromatic Colors of #84955B
Black with #84955B
Text Example
Text Example
White with #84955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84955B; }
p { color: rgb(132,149,91); }
H1.HeaderClassName
{
color: #84955B;
}
.AnyTagClassName
{
color: #84955B;
}
</style>
background-color css
<style>
a { background-color: #84955B; }
a { background-color: rgb(132,149,91); }
div.DivClassName
{
background-color: #84955B;
}
.BgClassName
{
background-color: #84955B;
}
</style>
border-color css
<style>
span { border-color: #84955B; }
span { border-color: rgb(132,149,91); }
td.TdClassName
{
border-color: #84955B;
}
.TagClassName
{
border-color: #84955B;
}
</style>