Shades of Highball #999930
Tints of Highball #999930
RGB
CMYK
RGB Variations
Color information
#999930 (or 0x999930) is known color: Highball. HEX triplet: 99, 99 and 30. RGB value is (153,153,48). Sum of RGB (Red+Green+Blue) = 153+153+48=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999930 is #6666CF. Grayscale: #8D8D8D. Windows color (decimal): -6710992 or 3185049. OLE color: 3185049.
HSL color Cylindrical-coordinate representation of color #999930: hue angle of 60º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #999930 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 48 | - |
| CMYK | 0 | 0 | 0.69 | 0.4 |
| HSL | 60º | 0.52% | 0.39% | - |
| HSV(B) | 60º | 0.69% | 0.6% | - |
| XYZ | 25.06 | 29.77 | 7.22 | - |
| YUV | 141.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 48 | 0 | 0 | 0.69 | 0.4 | 60 | 0.52 | 0.39 |
| Hex | 99 | 99 | 30 | 0 | 0 | 45 | 28 | 3C | 34 | 27 |
| Octal | 231 | 231 | 60 | 0 | 0 | 105 | 50 | 74 | 64 | 47 |
| Binary | 10011001 | 10011001 | 110000 | 0 | 0 | 1000101 | 101000 | 111100 | 110100 | 100111 |
Color Harmonies of #999930
Complementary color
Monochromatic Colors of #999930
Black with #999930
Text Example
Text Example
White with #999930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999930; }
p { color: rgb(153,153,48); }
H1.HeaderClassName
{
color: #999930;
}
.AnyTagClassName
{
color: #999930;
}
</style>
background-color css
<style>
a { background-color: #999930; }
a { background-color: rgb(153,153,48); }
div.DivClassName
{
background-color: #999930;
}
.BgClassName
{
background-color: #999930;
}
</style>
border-color css
<style>
span { border-color: #999930; }
span { border-color: rgb(153,153,48); }
td.TdClassName
{
border-color: #999930;
}
.TagClassName
{
border-color: #999930;
}
</style>