Shades of Highball #998D34
Tints of Highball #998D34
RGB
CMYK
RGB Variations
Color information
#998D34 (or 0x998D34) is known color: Highball. HEX triplet: 99, 8D and 34. RGB value is (153,141,52). Sum of RGB (Red+Green+Blue) = 153+141+52=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #998D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D34 is #6672CB. Grayscale: #868686. Windows color (decimal): -6714060 or 3444121. OLE color: 3444121.
HSL color Cylindrical-coordinate representation of color #998D34: hue angle of 52.87º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #998D34 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 52 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.4 |
| HSL | 52.87º | 0.49% | 0.4% | - |
| HSV(B) | 52.87º | 0.66% | 0.6% | - |
| XYZ | 23.28 | 26.07 | 7.05 | - |
| YUV | 134.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 52 | 0 | 0.08 | 0.66 | 0.4 | 52.87 | 0.49 | 0.4 |
| Hex | 99 | 8D | 34 | 0 | 8 | 42 | 28 | 35 | 31 | 28 |
| Octal | 231 | 215 | 64 | 0 | 10 | 102 | 50 | 65 | 61 | 50 |
| Binary | 10011001 | 10001101 | 110100 | 0 | 1000 | 1000010 | 101000 | 110101 | 110001 | 101000 |
Color Harmonies of #998D34
Complementary color
Monochromatic Colors of #998D34
Black with #998D34
Text Example
Text Example
White with #998D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D34; }
p { color: rgb(153,141,52); }
H1.HeaderClassName
{
color: #998D34;
}
.AnyTagClassName
{
color: #998D34;
}
</style>
background-color css
<style>
a { background-color: #998D34; }
a { background-color: rgb(153,141,52); }
div.DivClassName
{
background-color: #998D34;
}
.BgClassName
{
background-color: #998D34;
}
</style>
border-color css
<style>
span { border-color: #998D34; }
span { border-color: rgb(153,141,52); }
td.TdClassName
{
border-color: #998D34;
}
.TagClassName
{
border-color: #998D34;
}
</style>