Shades of Highball #999941
Tints of Highball #999941
RGB
CMYK
RGB Variations
Color information
#999941 (or 0x999941) is known color: Highball. HEX triplet: 99, 99 and 41. RGB value is (153,153,65). Sum of RGB (Red+Green+Blue) = 153+153+65=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999941 is #6666BE. Grayscale: #8F8F8F. Windows color (decimal): -6710975 or 4299161. OLE color: 4299161.
HSL color Cylindrical-coordinate representation of color #999941: hue angle of 60º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #999941 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 65 | - |
| CMYK | 0 | 0 | 0.58 | 0.4 |
| HSL | 60º | 0.4% | 0.43% | - |
| HSV(B) | 60º | 0.58% | 0.6% | - |
| XYZ | 25.48 | 29.94 | 9.44 | - |
| YUV | 142.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 65 | 0 | 0 | 0.58 | 0.4 | 60 | 0.4 | 0.43 |
| Hex | 99 | 99 | 41 | 0 | 0 | 3A | 28 | 3C | 28 | 2B |
| Octal | 231 | 231 | 101 | 0 | 0 | 72 | 50 | 74 | 50 | 53 |
| Binary | 10011001 | 10011001 | 1000001 | 0 | 0 | 111010 | 101000 | 111100 | 101000 | 101011 |
Color Harmonies of #999941
Complementary color
Monochromatic Colors of #999941
Black with #999941
Text Example
Text Example
White with #999941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999941; }
p { color: rgb(153,153,65); }
H1.HeaderClassName
{
color: #999941;
}
.AnyTagClassName
{
color: #999941;
}
</style>
background-color css
<style>
a { background-color: #999941; }
a { background-color: rgb(153,153,65); }
div.DivClassName
{
background-color: #999941;
}
.BgClassName
{
background-color: #999941;
}
</style>
border-color css
<style>
span { border-color: #999941; }
span { border-color: rgb(153,153,65); }
td.TdClassName
{
border-color: #999941;
}
.TagClassName
{
border-color: #999941;
}
</style>