Shades of Highball #9C904A
Tints of Highball #9C904A
RGB
CMYK
RGB Variations
Color information
#9C904A (or 0x9C904A) is known color: Highball. HEX triplet: 9C, 90 and 4A. RGB value is (156,144,74). Sum of RGB (Red+Green+Blue) = 156+144+74=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C904A is #636FB5. Grayscale: #8B8B8B. Windows color (decimal): -6516662 or 4886684. OLE color: 4886684.
HSL color Cylindrical-coordinate representation of color #9C904A: hue angle of 51.22º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C904A is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 74 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.39 |
| HSL | 51.22º | 0.36% | 0.45% | - |
| HSV(B) | 51.22º | 0.53% | 0.61% | - |
| XYZ | 24.92 | 27.51 | 10.47 | - |
| YUV | 139.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 74 | 0 | 0.08 | 0.53 | 0.39 | 51.22 | 0.36 | 0.45 |
| Hex | 9C | 90 | 4A | 0 | 8 | 35 | 27 | 33 | 24 | 2D |
| Octal | 234 | 220 | 112 | 0 | 10 | 65 | 47 | 63 | 44 | 55 |
| Binary | 10011100 | 10010000 | 1001010 | 0 | 1000 | 110101 | 100111 | 110011 | 100100 | 101101 |
Color Harmonies of #9C904A
Complementary color
Monochromatic Colors of #9C904A
Black with #9C904A
Text Example
Text Example
White with #9C904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C904A; }
p { color: rgb(156,144,74); }
H1.HeaderClassName
{
color: #9C904A;
}
.AnyTagClassName
{
color: #9C904A;
}
</style>
background-color css
<style>
a { background-color: #9C904A; }
a { background-color: rgb(156,144,74); }
div.DivClassName
{
background-color: #9C904A;
}
.BgClassName
{
background-color: #9C904A;
}
</style>
border-color css
<style>
span { border-color: #9C904A; }
span { border-color: rgb(156,144,74); }
td.TdClassName
{
border-color: #9C904A;
}
.TagClassName
{
border-color: #9C904A;
}
</style>