Shades of Highball #8C924C
Tints of Highball #8C924C
RGB
CMYK
RGB Variations
Color information
#8C924C (or 0x8C924C) is known color: Highball. HEX triplet: 8C, 92 and 4C. RGB value is (140,146,76). Sum of RGB (Red+Green+Blue) = 140+146+76=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #8C924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C924C is #736DB3. Grayscale: #888888. Windows color (decimal): -7564724 or 5018252. OLE color: 5018252.
HSL color Cylindrical-coordinate representation of color #8C924C: hue angle of 65.14º 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 #8C924C is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 76 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.43 |
| HSL | 65.14º | 0.32% | 0.44% | - |
| HSV(B) | 65.14º | 0.48% | 0.57% | - |
| XYZ | 22.4 | 26.66 | 10.8 | - |
| YUV | 136.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 76 | 0.04 | 0 | 0.48 | 0.43 | 65.14 | 0.32 | 0.44 |
| Hex | 8C | 92 | 4C | 4 | 0 | 30 | 2B | 41 | 20 | 2C |
| Octal | 214 | 222 | 114 | 4 | 0 | 60 | 53 | 101 | 40 | 54 |
| Binary | 10001100 | 10010010 | 1001100 | 100 | 0 | 110000 | 101011 | 1000001 | 100000 | 101100 |
Color Harmonies of #8C924C
Complementary color
Monochromatic Colors of #8C924C
Black with #8C924C
Text Example
Text Example
White with #8C924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C924C; }
p { color: rgb(140,146,76); }
H1.HeaderClassName
{
color: #8C924C;
}
.AnyTagClassName
{
color: #8C924C;
}
</style>
background-color css
<style>
a { background-color: #8C924C; }
a { background-color: rgb(140,146,76); }
div.DivClassName
{
background-color: #8C924C;
}
.BgClassName
{
background-color: #8C924C;
}
</style>
border-color css
<style>
span { border-color: #8C924C; }
span { border-color: rgb(140,146,76); }
td.TdClassName
{
border-color: #8C924C;
}
.TagClassName
{
border-color: #8C924C;
}
</style>