Shades of Highball #999248
Tints of Highball #999248
RGB
CMYK
RGB Variations
Color information
#999248 (or 0x999248) is known color: Highball. HEX triplet: 99, 92 and 48. RGB value is (153,146,72). Sum of RGB (Red+Green+Blue) = 153+146+72=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #999248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999248 is #666DB7. Grayscale: #8B8B8B. Windows color (decimal): -6712760 or 4756121. OLE color: 4756121.
HSL color Cylindrical-coordinate representation of color #999248: hue angle of 54.81º 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 #999248 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 72 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.4 |
| HSL | 54.81º | 0.36% | 0.44% | - |
| HSV(B) | 54.81º | 0.53% | 0.6% | - |
| XYZ | 24.59 | 27.8 | 10.2 | - |
| YUV | 139.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 72 | 0 | 0.05 | 0.53 | 0.4 | 54.81 | 0.36 | 0.44 |
| Hex | 99 | 92 | 48 | 0 | 5 | 35 | 28 | 37 | 24 | 2C |
| Octal | 231 | 222 | 110 | 0 | 5 | 65 | 50 | 67 | 44 | 54 |
| Binary | 10011001 | 10010010 | 1001000 | 0 | 101 | 110101 | 101000 | 110111 | 100100 | 101100 |
Color Harmonies of #999248
Complementary color
Monochromatic Colors of #999248
Black with #999248
Text Example
Text Example
White with #999248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999248; }
p { color: rgb(153,146,72); }
H1.HeaderClassName
{
color: #999248;
}
.AnyTagClassName
{
color: #999248;
}
</style>
background-color css
<style>
a { background-color: #999248; }
a { background-color: rgb(153,146,72); }
div.DivClassName
{
background-color: #999248;
}
.BgClassName
{
background-color: #999248;
}
</style>
border-color css
<style>
span { border-color: #999248; }
span { border-color: rgb(153,146,72); }
td.TdClassName
{
border-color: #999248;
}
.TagClassName
{
border-color: #999248;
}
</style>