Shades of Highball #999A32
Tints of Highball #999A32
RGB
CMYK
RGB Variations
Color information
#999A32 (or 0x999A32) is known color: Highball. HEX triplet: 99, 9A and 32. RGB value is (153,154,50). Sum of RGB (Red+Green+Blue) = 153+154+50=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #999A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999A32 is #6665CD. Grayscale: #8E8E8E. Windows color (decimal): -6710734 or 3316377. OLE color: 3316377.
HSL color Cylindrical-coordinate representation of color #999A32: hue angle of 60.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #999A32 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 154 | 50 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.40 |
| HSL | 60.58º | 0.51% | 0.4% | - |
| HSV(B) | 60.58º | 0.68% | 0.6% | - |
| XYZ | 25.27 | 30.11 | 7.5 | - |
| YUV | 141.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 50 | 0.01 | 0 | 0.68 | 0.40 | 60.58 | 0.51 | 0.4 |
| Hex | 99 | 9A | 32 | 1 | 0 | 44 | 28 | 3D | 33 | 28 |
| Octal | 231 | 232 | 62 | 1 | 0 | 104 | 50 | 75 | 63 | 50 |
| Binary | 10011001 | 10011010 | 110010 | 1 | 0 | 1000100 | 101000 | 111101 | 110011 | 101000 |
Color Harmonies of #999A32
Complementary color
Monochromatic Colors of #999A32
Black with #999A32
Text Example
Text Example
White with #999A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999A32; }
p { color: rgb(153,154,50); }
H1.HeaderClassName
{
color: #999A32;
}
.AnyTagClassName
{
color: #999A32;
}
</style>
background-color css
<style>
a { background-color: #999A32; }
a { background-color: rgb(153,154,50); }
div.DivClassName
{
background-color: #999A32;
}
.BgClassName
{
background-color: #999A32;
}
</style>
border-color css
<style>
span { border-color: #999A32; }
span { border-color: rgb(153,154,50); }
td.TdClassName
{
border-color: #999A32;
}
.TagClassName
{
border-color: #999A32;
}
</style>