Shades of Highball #9D9532
Tints of Highball #9D9532
RGB
CMYK
RGB Variations
Color information
#9D9532 (or 0x9D9532) is known color: Highball. HEX triplet: 9D, 95 and 32. RGB value is (157,149,50). Sum of RGB (Red+Green+Blue) = 157+149+50=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9532 is #626ACD. Grayscale: #8C8C8C. Windows color (decimal): -6449870 or 3315101. OLE color: 3315101.
HSL color Cylindrical-coordinate representation of color #9D9532: hue angle of 55.51º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D9532 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 50 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.38 |
| HSL | 55.51º | 0.52% | 0.41% | - |
| HSV(B) | 55.51º | 0.68% | 0.62% | - |
| XYZ | 25.23 | 28.89 | 7.26 | - |
| YUV | 140.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 50 | 0 | 0.05 | 0.68 | 0.38 | 55.51 | 0.52 | 0.41 |
| Hex | 9D | 95 | 32 | 0 | 5 | 44 | 26 | 38 | 34 | 29 |
| Octal | 235 | 225 | 62 | 0 | 5 | 104 | 46 | 70 | 64 | 51 |
| Binary | 10011101 | 10010101 | 110010 | 0 | 101 | 1000100 | 100110 | 111000 | 110100 | 101001 |
Color Harmonies of #9D9532
Complementary color
Monochromatic Colors of #9D9532
Black with #9D9532
Text Example
Text Example
White with #9D9532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9532; }
p { color: rgb(157,149,50); }
H1.HeaderClassName
{
color: #9D9532;
}
.AnyTagClassName
{
color: #9D9532;
}
</style>
background-color css
<style>
a { background-color: #9D9532; }
a { background-color: rgb(157,149,50); }
div.DivClassName
{
background-color: #9D9532;
}
.BgClassName
{
background-color: #9D9532;
}
</style>
border-color css
<style>
span { border-color: #9D9532; }
span { border-color: rgb(157,149,50); }
td.TdClassName
{
border-color: #9D9532;
}
.TagClassName
{
border-color: #9D9532;
}
</style>