Shades of Highball #9A944C
Tints of Highball #9A944C
RGB
CMYK
RGB Variations
Color information
#9A944C (or 0x9A944C) is known color: Highball. HEX triplet: 9A, 94 and 4C. RGB value is (154,148,76). Sum of RGB (Red+Green+Blue) = 154+148+76=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A944C is #656BB3. Grayscale: #8D8D8D. Windows color (decimal): -6646708 or 5018778. OLE color: 5018778.
HSL color Cylindrical-coordinate representation of color #9A944C: hue angle of 55.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A944C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 148 | 76 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.40 |
| HSL | 55.38º | 0.34% | 0.45% | - |
| HSV(B) | 55.38º | 0.51% | 0.6% | - |
| XYZ | 25.22 | 28.57 | 11.02 | - |
| YUV | 141.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 76 | 0 | 0.04 | 0.51 | 0.40 | 55.38 | 0.34 | 0.45 |
| Hex | 9A | 94 | 4C | 0 | 4 | 33 | 28 | 37 | 22 | 2D |
| Octal | 232 | 224 | 114 | 0 | 4 | 63 | 50 | 67 | 42 | 55 |
| Binary | 10011010 | 10010100 | 1001100 | 0 | 100 | 110011 | 101000 | 110111 | 100010 | 101101 |
Color Harmonies of #9A944C
Complementary color
Monochromatic Colors of #9A944C
Black with #9A944C
Text Example
Text Example
White with #9A944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A944C; }
p { color: rgb(154,148,76); }
H1.HeaderClassName
{
color: #9A944C;
}
.AnyTagClassName
{
color: #9A944C;
}
</style>
background-color css
<style>
a { background-color: #9A944C; }
a { background-color: rgb(154,148,76); }
div.DivClassName
{
background-color: #9A944C;
}
.BgClassName
{
background-color: #9A944C;
}
</style>
border-color css
<style>
span { border-color: #9A944C; }
span { border-color: rgb(154,148,76); }
td.TdClassName
{
border-color: #9A944C;
}
.TagClassName
{
border-color: #9A944C;
}
</style>