Shades of Highball #998D42
Tints of Highball #998D42
RGB
CMYK
RGB Variations
Color information
#998D42 (or 0x998D42) is known color: Highball. HEX triplet: 99, 8D and 42. RGB value is (153,141,66). Sum of RGB (Red+Green+Blue) = 153+141+66=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #998D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D42 is #6672BD. Grayscale: #888888. Windows color (decimal): -6714046 or 4361625. OLE color: 4361625.
HSL color Cylindrical-coordinate representation of color #998D42: hue angle of 51.72º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #998D42 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 66 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.4 |
| HSL | 51.72º | 0.4% | 0.43% | - |
| HSV(B) | 51.72º | 0.57% | 0.6% | - |
| XYZ | 23.65 | 26.22 | 8.97 | - |
| YUV | 136.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 66 | 0 | 0.08 | 0.57 | 0.4 | 51.72 | 0.4 | 0.43 |
| Hex | 99 | 8D | 42 | 0 | 8 | 39 | 28 | 34 | 28 | 2B |
| Octal | 231 | 215 | 102 | 0 | 10 | 71 | 50 | 64 | 50 | 53 |
| Binary | 10011001 | 10001101 | 1000010 | 0 | 1000 | 111001 | 101000 | 110100 | 101000 | 101011 |
Color Harmonies of #998D42
Complementary color
Monochromatic Colors of #998D42
Black with #998D42
Text Example
Text Example
White with #998D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D42; }
p { color: rgb(153,141,66); }
H1.HeaderClassName
{
color: #998D42;
}
.AnyTagClassName
{
color: #998D42;
}
</style>
background-color css
<style>
a { background-color: #998D42; }
a { background-color: rgb(153,141,66); }
div.DivClassName
{
background-color: #998D42;
}
.BgClassName
{
background-color: #998D42;
}
</style>
border-color css
<style>
span { border-color: #998D42; }
span { border-color: rgb(153,141,66); }
td.TdClassName
{
border-color: #998D42;
}
.TagClassName
{
border-color: #998D42;
}
</style>