Shades of Highball #9C904C
Tints of Highball #9C904C
RGB
CMYK
RGB Variations
Color information
#9C904C (or 0x9C904C) is known color: Highball. HEX triplet: 9C, 90 and 4C. RGB value is (156,144,76). Sum of RGB (Red+Green+Blue) = 156+144+76=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C904C is #636FB3. Grayscale: #8C8C8C. Windows color (decimal): -6516660 or 5017756. OLE color: 5017756.
HSL color Cylindrical-coordinate representation of color #9C904C: hue angle of 51º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C904C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 76 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.39 |
| HSL | 51º | 0.34% | 0.45% | - |
| HSV(B) | 51º | 0.51% | 0.61% | - |
| XYZ | 24.99 | 27.54 | 10.84 | - |
| YUV | 139.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 76 | 0 | 0.08 | 0.51 | 0.39 | 51 | 0.34 | 0.45 |
| Hex | 9C | 90 | 4C | 0 | 8 | 33 | 27 | 33 | 22 | 2D |
| Octal | 234 | 220 | 114 | 0 | 10 | 63 | 47 | 63 | 42 | 55 |
| Binary | 10011100 | 10010000 | 1001100 | 0 | 1000 | 110011 | 100111 | 110011 | 100010 | 101101 |
Color Harmonies of #9C904C
Complementary color
Monochromatic Colors of #9C904C
Black with #9C904C
Text Example
Text Example
White with #9C904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C904C; }
p { color: rgb(156,144,76); }
H1.HeaderClassName
{
color: #9C904C;
}
.AnyTagClassName
{
color: #9C904C;
}
</style>
background-color css
<style>
a { background-color: #9C904C; }
a { background-color: rgb(156,144,76); }
div.DivClassName
{
background-color: #9C904C;
}
.BgClassName
{
background-color: #9C904C;
}
</style>
border-color css
<style>
span { border-color: #9C904C; }
span { border-color: rgb(156,144,76); }
td.TdClassName
{
border-color: #9C904C;
}
.TagClassName
{
border-color: #9C904C;
}
</style>