Shades of Highland #839255
Tints of Highland #839255
RGB
CMYK
RGB Variations
Color information
#839255 (or 0x839255) is known color: Highland. HEX triplet: 83, 92 and 55. RGB value is (131,146,85). Sum of RGB (Red+Green+Blue) = 131+146+85=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #839255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839255 is #7C6DAA. Grayscale: #868686. Windows color (decimal): -8154539 or 5608067. OLE color: 5608067.
HSL color Cylindrical-coordinate representation of color #839255: hue angle of 74.75º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #839255 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 146 | 85 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.43 |
| HSL | 74.75º | 0.26% | 0.45% | - |
| HSV(B) | 74.75º | 0.42% | 0.57% | - |
| XYZ | 21.28 | 26.04 | 12.5 | - |
| YUV | 134.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 85 | 0.10 | 0 | 0.42 | 0.43 | 74.75 | 0.26 | 0.45 |
| Hex | 83 | 92 | 55 | A | 0 | 2A | 2B | 4B | 1A | 2D |
| Octal | 203 | 222 | 125 | 12 | 0 | 52 | 53 | 113 | 32 | 55 |
| Binary | 10000011 | 10010010 | 1010101 | 1010 | 0 | 101010 | 101011 | 1001011 | 11010 | 101101 |
Color Harmonies of #839255
Complementary color
Monochromatic Colors of #839255
Black with #839255
Text Example
Text Example
White with #839255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839255; }
p { color: rgb(131,146,85); }
H1.HeaderClassName
{
color: #839255;
}
.AnyTagClassName
{
color: #839255;
}
</style>
background-color css
<style>
a { background-color: #839255; }
a { background-color: rgb(131,146,85); }
div.DivClassName
{
background-color: #839255;
}
.BgClassName
{
background-color: #839255;
}
</style>
border-color css
<style>
span { border-color: #839255; }
span { border-color: rgb(131,146,85); }
td.TdClassName
{
border-color: #839255;
}
.TagClassName
{
border-color: #839255;
}
</style>