Shades of Highball #9A954B
Tints of Highball #9A954B
RGB
CMYK
RGB Variations
Color information
#9A954B (or 0x9A954B) is known color: Highball. HEX triplet: 9A, 95 and 4B. RGB value is (154,149,75). Sum of RGB (Red+Green+Blue) = 154+149+75=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A954B is #656AB4. Grayscale: #8E8E8E. Windows color (decimal): -6646453 or 4953498. OLE color: 4953498.
HSL color Cylindrical-coordinate representation of color #9A954B: hue angle of 56.2º 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 #9A954B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 149 | 75 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.40 |
| HSL | 56.2º | 0.34% | 0.45% | - |
| HSV(B) | 56.2º | 0.51% | 0.6% | - |
| XYZ | 25.34 | 28.87 | 10.89 | - |
| YUV | 142.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 75 | 0 | 0.03 | 0.51 | 0.40 | 56.2 | 0.34 | 0.45 |
| Hex | 9A | 95 | 4B | 0 | 3 | 33 | 28 | 38 | 22 | 2D |
| Octal | 232 | 225 | 113 | 0 | 3 | 63 | 50 | 70 | 42 | 55 |
| Binary | 10011010 | 10010101 | 1001011 | 0 | 11 | 110011 | 101000 | 111000 | 100010 | 101101 |
Color Harmonies of #9A954B
Complementary color
Monochromatic Colors of #9A954B
Black with #9A954B
Text Example
Text Example
White with #9A954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A954B; }
p { color: rgb(154,149,75); }
H1.HeaderClassName
{
color: #9A954B;
}
.AnyTagClassName
{
color: #9A954B;
}
</style>
background-color css
<style>
a { background-color: #9A954B; }
a { background-color: rgb(154,149,75); }
div.DivClassName
{
background-color: #9A954B;
}
.BgClassName
{
background-color: #9A954B;
}
</style>
border-color css
<style>
span { border-color: #9A954B; }
span { border-color: rgb(154,149,75); }
td.TdClassName
{
border-color: #9A954B;
}
.TagClassName
{
border-color: #9A954B;
}
</style>