Shades of Highball #9D984B
Tints of Highball #9D984B
RGB
CMYK
RGB Variations
Color information
#9D984B (or 0x9D984B) is known color: Highball. HEX triplet: 9D, 98 and 4B. RGB value is (157,152,75). Sum of RGB (Red+Green+Blue) = 157+152+75=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D984B is #6267B4. Grayscale: #919191. Windows color (decimal): -6449077 or 4954269. OLE color: 4954269.
HSL color Cylindrical-coordinate representation of color #9D984B: hue angle of 56.34º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D984B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 75 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.38 |
| HSL | 56.34º | 0.35% | 0.45% | - |
| HSV(B) | 56.34º | 0.52% | 0.62% | - |
| XYZ | 26.4 | 30.13 | 11.08 | - |
| YUV | 144.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 75 | 0 | 0.03 | 0.52 | 0.38 | 56.34 | 0.35 | 0.45 |
| Hex | 9D | 98 | 4B | 0 | 3 | 34 | 26 | 38 | 23 | 2D |
| Octal | 235 | 230 | 113 | 0 | 3 | 64 | 46 | 70 | 43 | 55 |
| Binary | 10011101 | 10011000 | 1001011 | 0 | 11 | 110100 | 100110 | 111000 | 100011 | 101101 |
Color Harmonies of #9D984B
Complementary color
Monochromatic Colors of #9D984B
Black with #9D984B
Text Example
Text Example
White with #9D984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D984B; }
p { color: rgb(157,152,75); }
H1.HeaderClassName
{
color: #9D984B;
}
.AnyTagClassName
{
color: #9D984B;
}
</style>
background-color css
<style>
a { background-color: #9D984B; }
a { background-color: rgb(157,152,75); }
div.DivClassName
{
background-color: #9D984B;
}
.BgClassName
{
background-color: #9D984B;
}
</style>
border-color css
<style>
span { border-color: #9D984B; }
span { border-color: rgb(157,152,75); }
td.TdClassName
{
border-color: #9D984B;
}
.TagClassName
{
border-color: #9D984B;
}
</style>