Shades of Highball #8D924C
Tints of Highball #8D924C
RGB
CMYK
RGB Variations
Color information
#8D924C (or 0x8D924C) is known color: Highball. HEX triplet: 8D, 92 and 4C. RGB value is (141,146,76). Sum of RGB (Red+Green+Blue) = 141+146+76=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #8D924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D924C is #726DB3. Grayscale: #888888. Windows color (decimal): -7499188 or 5018253. OLE color: 5018253.
HSL color Cylindrical-coordinate representation of color #8D924C: hue angle of 64.29º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D924C is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 76 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.43 |
| HSL | 64.29º | 0.32% | 0.44% | - |
| HSV(B) | 64.29º | 0.48% | 0.57% | - |
| XYZ | 22.57 | 26.74 | 10.81 | - |
| YUV | 136.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 76 | 0.03 | 0 | 0.48 | 0.43 | 64.29 | 0.32 | 0.44 |
| Hex | 8D | 92 | 4C | 3 | 0 | 30 | 2B | 40 | 20 | 2C |
| Octal | 215 | 222 | 114 | 3 | 0 | 60 | 53 | 100 | 40 | 54 |
| Binary | 10001101 | 10010010 | 1001100 | 11 | 0 | 110000 | 101011 | 1000000 | 100000 | 101100 |
Color Harmonies of #8D924C
Complementary color
Monochromatic Colors of #8D924C
Black with #8D924C
Text Example
Text Example
White with #8D924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D924C; }
p { color: rgb(141,146,76); }
H1.HeaderClassName
{
color: #8D924C;
}
.AnyTagClassName
{
color: #8D924C;
}
</style>
background-color css
<style>
a { background-color: #8D924C; }
a { background-color: rgb(141,146,76); }
div.DivClassName
{
background-color: #8D924C;
}
.BgClassName
{
background-color: #8D924C;
}
</style>
border-color css
<style>
span { border-color: #8D924C; }
span { border-color: rgb(141,146,76); }
td.TdClassName
{
border-color: #8D924C;
}
.TagClassName
{
border-color: #8D924C;
}
</style>