Shades of Highball #999948
Tints of Highball #999948
RGB
CMYK
RGB Variations
Color information
#999948 (or 0x999948) is known color: Highball. HEX triplet: 99, 99 and 48. RGB value is (153,153,72). Sum of RGB (Red+Green+Blue) = 153+153+72=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999948 is #6666B7. Grayscale: #909090. Windows color (decimal): -6710968 or 4757913. OLE color: 4757913.
HSL color Cylindrical-coordinate representation of color #999948: hue angle of 60º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #999948 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 72 | - |
| CMYK | 0 | 0 | 0.53 | 0.4 |
| HSL | 60º | 0.36% | 0.44% | - |
| HSV(B) | 60º | 0.53% | 0.6% | - |
| XYZ | 25.7 | 30.02 | 10.57 | - |
| YUV | 143.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 72 | 0 | 0 | 0.53 | 0.4 | 60 | 0.36 | 0.44 |
| Hex | 99 | 99 | 48 | 0 | 0 | 35 | 28 | 3C | 24 | 2C |
| Octal | 231 | 231 | 110 | 0 | 0 | 65 | 50 | 74 | 44 | 54 |
| Binary | 10011001 | 10011001 | 1001000 | 0 | 0 | 110101 | 101000 | 111100 | 100100 | 101100 |
Color Harmonies of #999948
Complementary color
Monochromatic Colors of #999948
Black with #999948
Text Example
Text Example
White with #999948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999948; }
p { color: rgb(153,153,72); }
H1.HeaderClassName
{
color: #999948;
}
.AnyTagClassName
{
color: #999948;
}
</style>
background-color css
<style>
a { background-color: #999948; }
a { background-color: rgb(153,153,72); }
div.DivClassName
{
background-color: #999948;
}
.BgClassName
{
background-color: #999948;
}
</style>
border-color css
<style>
span { border-color: #999948; }
span { border-color: rgb(153,153,72); }
td.TdClassName
{
border-color: #999948;
}
.TagClassName
{
border-color: #999948;
}
</style>