Shades of Highball #9A9433
Tints of Highball #9A9433
RGB
CMYK
RGB Variations
Color information
#9A9433 (or 0x9A9433) is known color: Highball. HEX triplet: 9A, 94 and 33. RGB value is (154,148,51). Sum of RGB (Red+Green+Blue) = 154+148+51=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9433 is #656BCC. Grayscale: #8B8B8B. Windows color (decimal): -6646733 or 3380378. OLE color: 3380378.
HSL color Cylindrical-coordinate representation of color #9A9433: hue angle of 56.5º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A9433 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 148 | 51 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.40 |
| HSL | 56.5º | 0.5% | 0.4% | - |
| HSV(B) | 56.5º | 0.67% | 0.6% | - |
| XYZ | 24.51 | 28.29 | 7.3 | - |
| YUV | 138.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 51 | 0 | 0.04 | 0.67 | 0.40 | 56.5 | 0.5 | 0.4 |
| Hex | 9A | 94 | 33 | 0 | 4 | 43 | 28 | 39 | 32 | 28 |
| Octal | 232 | 224 | 63 | 0 | 4 | 103 | 50 | 71 | 62 | 50 |
| Binary | 10011010 | 10010100 | 110011 | 0 | 100 | 1000011 | 101000 | 111001 | 110010 | 101000 |
Color Harmonies of #9A9433
Complementary color
Monochromatic Colors of #9A9433
Black with #9A9433
Text Example
Text Example
White with #9A9433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9433; }
p { color: rgb(154,148,51); }
H1.HeaderClassName
{
color: #9A9433;
}
.AnyTagClassName
{
color: #9A9433;
}
</style>
background-color css
<style>
a { background-color: #9A9433; }
a { background-color: rgb(154,148,51); }
div.DivClassName
{
background-color: #9A9433;
}
.BgClassName
{
background-color: #9A9433;
}
</style>
border-color css
<style>
span { border-color: #9A9433; }
span { border-color: rgb(154,148,51); }
td.TdClassName
{
border-color: #9A9433;
}
.TagClassName
{
border-color: #9A9433;
}
</style>