Shades of Highball #998C35
Tints of Highball #998C35
RGB
CMYK
RGB Variations
Color information
#998C35 (or 0x998C35) is known color: Highball. HEX triplet: 99, 8C and 35. RGB value is (153,140,53). Sum of RGB (Red+Green+Blue) = 153+140+53=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #998C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C35 is #6673CA. Grayscale: #868686. Windows color (decimal): -6714315 or 3509401. OLE color: 3509401.
HSL color Cylindrical-coordinate representation of color #998C35: hue angle of 52.2º 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 #998C35 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 53 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.4 |
| HSL | 52.2º | 0.49% | 0.4% | - |
| HSV(B) | 52.2º | 0.65% | 0.6% | - |
| XYZ | 23.16 | 25.79 | 7.12 | - |
| YUV | 133.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 53 | 0 | 0.08 | 0.65 | 0.4 | 52.2 | 0.49 | 0.4 |
| Hex | 99 | 8C | 35 | 0 | 8 | 41 | 28 | 34 | 31 | 28 |
| Octal | 231 | 214 | 65 | 0 | 10 | 101 | 50 | 64 | 61 | 50 |
| Binary | 10011001 | 10001100 | 110101 | 0 | 1000 | 1000001 | 101000 | 110100 | 110001 | 101000 |
Color Harmonies of #998C35
Complementary color
Monochromatic Colors of #998C35
Black with #998C35
Text Example
Text Example
White with #998C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C35; }
p { color: rgb(153,140,53); }
H1.HeaderClassName
{
color: #998C35;
}
.AnyTagClassName
{
color: #998C35;
}
</style>
background-color css
<style>
a { background-color: #998C35; }
a { background-color: rgb(153,140,53); }
div.DivClassName
{
background-color: #998C35;
}
.BgClassName
{
background-color: #998C35;
}
</style>
border-color css
<style>
span { border-color: #998C35; }
span { border-color: rgb(153,140,53); }
td.TdClassName
{
border-color: #998C35;
}
.TagClassName
{
border-color: #998C35;
}
</style>