Shades of Highball #998D32
Tints of Highball #998D32
RGB
CMYK
RGB Variations
Color information
#998D32 (or 0x998D32) is known color: Highball. HEX triplet: 99, 8D and 32. RGB value is (153,141,50). Sum of RGB (Red+Green+Blue) = 153+141+50=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #998D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D32 is #6672CD. Grayscale: #868686. Windows color (decimal): -6714062 or 3313049. OLE color: 3313049.
HSL color Cylindrical-coordinate representation of color #998D32: hue angle of 53.01º degrees, saturation: 0.51, 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 #998D32 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 50 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.4 |
| HSL | 53.01º | 0.51% | 0.4% | - |
| HSV(B) | 53.01º | 0.67% | 0.6% | - |
| XYZ | 23.24 | 26.05 | 6.82 | - |
| YUV | 134.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 50 | 0 | 0.08 | 0.67 | 0.4 | 53.01 | 0.51 | 0.4 |
| Hex | 99 | 8D | 32 | 0 | 8 | 43 | 28 | 35 | 33 | 28 |
| Octal | 231 | 215 | 62 | 0 | 10 | 103 | 50 | 65 | 63 | 50 |
| Binary | 10011001 | 10001101 | 110010 | 0 | 1000 | 1000011 | 101000 | 110101 | 110011 | 101000 |
Color Harmonies of #998D32
Complementary color
Monochromatic Colors of #998D32
Black with #998D32
Text Example
Text Example
White with #998D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D32; }
p { color: rgb(153,141,50); }
H1.HeaderClassName
{
color: #998D32;
}
.AnyTagClassName
{
color: #998D32;
}
</style>
background-color css
<style>
a { background-color: #998D32; }
a { background-color: rgb(153,141,50); }
div.DivClassName
{
background-color: #998D32;
}
.BgClassName
{
background-color: #998D32;
}
</style>
border-color css
<style>
span { border-color: #998D32; }
span { border-color: rgb(153,141,50); }
td.TdClassName
{
border-color: #998D32;
}
.TagClassName
{
border-color: #998D32;
}
</style>