Shades of Highball #999935
Tints of Highball #999935
RGB
CMYK
RGB Variations
Color information
#999935 (or 0x999935) is known color: Highball. HEX triplet: 99, 99 and 35. RGB value is (153,153,53). Sum of RGB (Red+Green+Blue) = 153+153+53=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999935 is #6666CA. Grayscale: #8E8E8E. Windows color (decimal): -6710987 or 3512729. OLE color: 3512729.
HSL color Cylindrical-coordinate representation of color #999935: hue angle of 60º 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 #999935 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 53 | - |
| CMYK | 0 | 0 | 0.65 | 0.4 |
| HSL | 60º | 0.49% | 0.4% | - |
| HSV(B) | 60º | 0.65% | 0.6% | - |
| XYZ | 25.17 | 29.81 | 7.8 | - |
| YUV | 141.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 53 | 0 | 0 | 0.65 | 0.4 | 60 | 0.49 | 0.4 |
| Hex | 99 | 99 | 35 | 0 | 0 | 41 | 28 | 3C | 31 | 28 |
| Octal | 231 | 231 | 65 | 0 | 0 | 101 | 50 | 74 | 61 | 50 |
| Binary | 10011001 | 10011001 | 110101 | 0 | 0 | 1000001 | 101000 | 111100 | 110001 | 101000 |
Color Harmonies of #999935
Complementary color
Monochromatic Colors of #999935
Black with #999935
Text Example
Text Example
White with #999935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999935; }
p { color: rgb(153,153,53); }
H1.HeaderClassName
{
color: #999935;
}
.AnyTagClassName
{
color: #999935;
}
</style>
background-color css
<style>
a { background-color: #999935; }
a { background-color: rgb(153,153,53); }
div.DivClassName
{
background-color: #999935;
}
.BgClassName
{
background-color: #999935;
}
</style>
border-color css
<style>
span { border-color: #999935; }
span { border-color: rgb(153,153,53); }
td.TdClassName
{
border-color: #999935;
}
.TagClassName
{
border-color: #999935;
}
</style>