Shades of Highland #84955D
Tints of Highland #84955D
RGB
CMYK
RGB Variations
Color information
#84955D (or 0x84955D) is known color: Highland. HEX triplet: 84, 95 and 5D. RGB value is (132,149,93). Sum of RGB (Red+Green+Blue) = 132+149+93=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #84955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84955D is #7B6AA2. Grayscale: #898989. Windows color (decimal): -8088227 or 6133124. OLE color: 6133124.
HSL color Cylindrical-coordinate representation of color #84955D: hue angle of 78.21º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84955D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 93 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.42 |
| HSL | 78.21º | 0.23% | 0.47% | - |
| HSV(B) | 78.21º | 0.38% | 0.58% | - |
| XYZ | 22.24 | 27.19 | 14.43 | - |
| YUV | 137.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 93 | 0.11 | 0 | 0.38 | 0.42 | 78.21 | 0.23 | 0.47 |
| Hex | 84 | 95 | 5D | B | 0 | 26 | 2A | 4E | 17 | 2F |
| Octal | 204 | 225 | 135 | 13 | 0 | 46 | 52 | 116 | 27 | 57 |
| Binary | 10000100 | 10010101 | 1011101 | 1011 | 0 | 100110 | 101010 | 1001110 | 10111 | 101111 |
Color Harmonies of #84955D
Complementary color
Monochromatic Colors of #84955D
Black with #84955D
Text Example
Text Example
White with #84955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84955D; }
p { color: rgb(132,149,93); }
H1.HeaderClassName
{
color: #84955D;
}
.AnyTagClassName
{
color: #84955D;
}
</style>
background-color css
<style>
a { background-color: #84955D; }
a { background-color: rgb(132,149,93); }
div.DivClassName
{
background-color: #84955D;
}
.BgClassName
{
background-color: #84955D;
}
</style>
border-color css
<style>
span { border-color: #84955D; }
span { border-color: rgb(132,149,93); }
td.TdClassName
{
border-color: #84955D;
}
.TagClassName
{
border-color: #84955D;
}
</style>