Shades of Highball #998D35
Tints of Highball #998D35
RGB
CMYK
RGB Variations
Color information
#998D35 (or 0x998D35) is known color: Highball. HEX triplet: 99, 8D and 35. RGB value is (153,141,53). Sum of RGB (Red+Green+Blue) = 153+141+53=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #998D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D35 is #6672CA. Grayscale: #868686. Windows color (decimal): -6714059 or 3509657. OLE color: 3509657.
HSL color Cylindrical-coordinate representation of color #998D35: hue angle of 52.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #998D35 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 53 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.4 |
| HSL | 52.8º | 0.49% | 0.4% | - |
| HSV(B) | 52.8º | 0.65% | 0.6% | - |
| XYZ | 23.3 | 26.08 | 7.17 | - |
| YUV | 134.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 53 | 0 | 0.08 | 0.65 | 0.4 | 52.8 | 0.49 | 0.4 |
| Hex | 99 | 8D | 35 | 0 | 8 | 41 | 28 | 35 | 31 | 28 |
| Octal | 231 | 215 | 65 | 0 | 10 | 101 | 50 | 65 | 61 | 50 |
| Binary | 10011001 | 10001101 | 110101 | 0 | 1000 | 1000001 | 101000 | 110101 | 110001 | 101000 |
Color Harmonies of #998D35
Complementary color
Monochromatic Colors of #998D35
Black with #998D35
Text Example
Text Example
White with #998D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D35; }
p { color: rgb(153,141,53); }
H1.HeaderClassName
{
color: #998D35;
}
.AnyTagClassName
{
color: #998D35;
}
</style>
background-color css
<style>
a { background-color: #998D35; }
a { background-color: rgb(153,141,53); }
div.DivClassName
{
background-color: #998D35;
}
.BgClassName
{
background-color: #998D35;
}
</style>
border-color css
<style>
span { border-color: #998D35; }
span { border-color: rgb(153,141,53); }
td.TdClassName
{
border-color: #998D35;
}
.TagClassName
{
border-color: #998D35;
}
</style>