Shades of Highball #99924C
Tints of Highball #99924C
RGB
CMYK
RGB Variations
Color information
#99924C (or 0x99924C) is known color: Highball. HEX triplet: 99, 92 and 4C. RGB value is (153,146,76). Sum of RGB (Red+Green+Blue) = 153+146+76=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99924C is #666DB3. Grayscale: #8C8C8C. Windows color (decimal): -6712756 or 5018265. OLE color: 5018265.
HSL color Cylindrical-coordinate representation of color #99924C: hue angle of 54.55º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99924C is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 76 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.4 |
| HSL | 54.55º | 0.34% | 0.45% | - |
| HSV(B) | 54.55º | 0.5% | 0.6% | - |
| XYZ | 24.72 | 27.85 | 10.91 | - |
| YUV | 140.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 76 | 0 | 0.05 | 0.50 | 0.4 | 54.55 | 0.34 | 0.45 |
| Hex | 99 | 92 | 4C | 0 | 5 | 32 | 28 | 37 | 22 | 2D |
| Octal | 231 | 222 | 114 | 0 | 5 | 62 | 50 | 67 | 42 | 55 |
| Binary | 10011001 | 10010010 | 1001100 | 0 | 101 | 110010 | 101000 | 110111 | 100010 | 101101 |
Color Harmonies of #99924C
Complementary color
Monochromatic Colors of #99924C
Black with #99924C
Text Example
Text Example
White with #99924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99924C; }
p { color: rgb(153,146,76); }
H1.HeaderClassName
{
color: #99924C;
}
.AnyTagClassName
{
color: #99924C;
}
</style>
background-color css
<style>
a { background-color: #99924C; }
a { background-color: rgb(153,146,76); }
div.DivClassName
{
background-color: #99924C;
}
.BgClassName
{
background-color: #99924C;
}
</style>
border-color css
<style>
span { border-color: #99924C; }
span { border-color: rgb(153,146,76); }
td.TdClassName
{
border-color: #99924C;
}
.TagClassName
{
border-color: #99924C;
}
</style>