Shades of Highball #8D9251
Tints of Highball #8D9251
RGB
CMYK
RGB Variations
Color information
#8D9251 (or 0x8D9251) is known color: Highball. HEX triplet: 8D, 92 and 51. RGB value is (141,146,81). Sum of RGB (Red+Green+Blue) = 141+146+81=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9251 is #726DAE. Grayscale: #898989. Windows color (decimal): -7499183 or 5345933. OLE color: 5345933.
HSL color Cylindrical-coordinate representation of color #8D9251: hue angle of 64.62º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D9251 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 81 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.43 |
| HSL | 64.62º | 0.29% | 0.45% | - |
| HSV(B) | 64.62º | 0.45% | 0.57% | - |
| XYZ | 22.75 | 26.81 | 11.76 | - |
| YUV | 137.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 81 | 0.03 | 0 | 0.45 | 0.43 | 64.62 | 0.29 | 0.45 |
| Hex | 8D | 92 | 51 | 3 | 0 | 2D | 2B | 41 | 1D | 2D |
| Octal | 215 | 222 | 121 | 3 | 0 | 55 | 53 | 101 | 35 | 55 |
| Binary | 10001101 | 10010010 | 1010001 | 11 | 0 | 101101 | 101011 | 1000001 | 11101 | 101101 |
Color Harmonies of #8D9251
Complementary color
Monochromatic Colors of #8D9251
Black with #8D9251
Text Example
Text Example
White with #8D9251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9251; }
p { color: rgb(141,146,81); }
H1.HeaderClassName
{
color: #8D9251;
}
.AnyTagClassName
{
color: #8D9251;
}
</style>
background-color css
<style>
a { background-color: #8D9251; }
a { background-color: rgb(141,146,81); }
div.DivClassName
{
background-color: #8D9251;
}
.BgClassName
{
background-color: #8D9251;
}
</style>
border-color css
<style>
span { border-color: #8D9251; }
span { border-color: rgb(141,146,81); }
td.TdClassName
{
border-color: #8D9251;
}
.TagClassName
{
border-color: #8D9251;
}
</style>