Shades of Highball #999933
Tints of Highball #999933
RGB
CMYK
RGB Variations
Color information
#999933 (or 0x999933) is known color: Highball. HEX triplet: 99, 99 and 33. RGB value is (153,153,51). Sum of RGB (Red+Green+Blue) = 153+153+51=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999933 is a web safe color. Inversed color of #999933 is #6666CC. Grayscale: #8D8D8D. Windows color (decimal): -6710989 or 3381657. OLE color: 3381657.
HSL color Cylindrical-coordinate representation of color #999933: hue angle of 60º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #999933 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 51 | - |
| CMYK | 0 | 0 | 0.67 | 0.4 |
| HSL | 60º | 0.5% | 0.4% | - |
| HSV(B) | 60º | 0.67% | 0.6% | - |
| XYZ | 25.13 | 29.79 | 7.56 | - |
| YUV | 141.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 51 | 0 | 0 | 0.67 | 0.4 | 60 | 0.5 | 0.4 |
| Hex | 99 | 99 | 33 | 0 | 0 | 43 | 28 | 3C | 32 | 28 |
| Octal | 231 | 231 | 63 | 0 | 0 | 103 | 50 | 74 | 62 | 50 |
| Binary | 10011001 | 10011001 | 110011 | 0 | 0 | 1000011 | 101000 | 111100 | 110010 | 101000 |
Color Harmonies of #999933
Complementary color
Monochromatic Colors of #999933
Black with #999933
Text Example
Text Example
White with #999933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999933; }
p { color: rgb(153,153,51); }
H1.HeaderClassName
{
color: #999933;
}
.AnyTagClassName
{
color: #999933;
}
</style>
background-color css
<style>
a { background-color: #999933; }
a { background-color: rgb(153,153,51); }
div.DivClassName
{
background-color: #999933;
}
.BgClassName
{
background-color: #999933;
}
</style>
border-color css
<style>
span { border-color: #999933; }
span { border-color: rgb(153,153,51); }
td.TdClassName
{
border-color: #999933;
}
.TagClassName
{
border-color: #999933;
}
</style>