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