Shades of Highball #998D39
Tints of Highball #998D39
RGB
CMYK
RGB Variations
Color information
#998D39 (or 0x998D39) is known color: Highball. HEX triplet: 99, 8D and 39. RGB value is (153,141,57). Sum of RGB (Red+Green+Blue) = 153+141+57=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #998D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D39 is #6672C6. Grayscale: #878787. Windows color (decimal): -6714055 or 3771801. OLE color: 3771801.
HSL color Cylindrical-coordinate representation of color #998D39: hue angle of 52.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #998D39 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 57 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.4 |
| HSL | 52.5º | 0.46% | 0.41% | - |
| HSV(B) | 52.5º | 0.63% | 0.6% | - |
| XYZ | 23.4 | 26.12 | 7.68 | - |
| YUV | 135.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 57 | 0 | 0.08 | 0.63 | 0.4 | 52.5 | 0.46 | 0.41 |
| Hex | 99 | 8D | 39 | 0 | 8 | 3F | 28 | 34 | 2E | 29 |
| Octal | 231 | 215 | 71 | 0 | 10 | 77 | 50 | 64 | 56 | 51 |
| Binary | 10011001 | 10001101 | 111001 | 0 | 1000 | 111111 | 101000 | 110100 | 101110 | 101001 |
Color Harmonies of #998D39
Complementary color
Monochromatic Colors of #998D39
Black with #998D39
Text Example
Text Example
White with #998D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D39; }
p { color: rgb(153,141,57); }
H1.HeaderClassName
{
color: #998D39;
}
.AnyTagClassName
{
color: #998D39;
}
</style>
background-color css
<style>
a { background-color: #998D39; }
a { background-color: rgb(153,141,57); }
div.DivClassName
{
background-color: #998D39;
}
.BgClassName
{
background-color: #998D39;
}
</style>
border-color css
<style>
span { border-color: #998D39; }
span { border-color: rgb(153,141,57); }
td.TdClassName
{
border-color: #998D39;
}
.TagClassName
{
border-color: #998D39;
}
</style>