Shades of Highball #998D36
Tints of Highball #998D36
RGB
CMYK
RGB Variations
Color information
#998D36 (or 0x998D36) is known color: Highball. HEX triplet: 99, 8D and 36. RGB value is (153,141,54). Sum of RGB (Red+Green+Blue) = 153+141+54=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #998D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D36 is #6672C9. Grayscale: #878787. Windows color (decimal): -6714058 or 3575193. OLE color: 3575193.
HSL color Cylindrical-coordinate representation of color #998D36: hue angle of 52.73º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #998D36 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 54 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.4 |
| HSL | 52.73º | 0.48% | 0.41% | - |
| HSV(B) | 52.73º | 0.65% | 0.6% | - |
| XYZ | 23.33 | 26.09 | 7.3 | - |
| YUV | 134.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 54 | 0 | 0.08 | 0.65 | 0.4 | 52.73 | 0.48 | 0.41 |
| Hex | 99 | 8D | 36 | 0 | 8 | 41 | 28 | 35 | 30 | 29 |
| Octal | 231 | 215 | 66 | 0 | 10 | 101 | 50 | 65 | 60 | 51 |
| Binary | 10011001 | 10001101 | 110110 | 0 | 1000 | 1000001 | 101000 | 110101 | 110000 | 101001 |
Color Harmonies of #998D36
Complementary color
Monochromatic Colors of #998D36
Black with #998D36
Text Example
Text Example
White with #998D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D36; }
p { color: rgb(153,141,54); }
H1.HeaderClassName
{
color: #998D36;
}
.AnyTagClassName
{
color: #998D36;
}
</style>
background-color css
<style>
a { background-color: #998D36; }
a { background-color: rgb(153,141,54); }
div.DivClassName
{
background-color: #998D36;
}
.BgClassName
{
background-color: #998D36;
}
</style>
border-color css
<style>
span { border-color: #998D36; }
span { border-color: rgb(153,141,54); }
td.TdClassName
{
border-color: #998D36;
}
.TagClassName
{
border-color: #998D36;
}
</style>