Shades of Highball #999A33
Tints of Highball #999A33
RGB
CMYK
RGB Variations
Color information
#999A33 (or 0x999A33) is known color: Highball. HEX triplet: 99, 9A and 33. RGB value is (153,154,51). Sum of RGB (Red+Green+Blue) = 153+154+51=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #999A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999A33 is #6665CC. Grayscale: #8E8E8E. Windows color (decimal): -6710733 or 3381913. OLE color: 3381913.
HSL color Cylindrical-coordinate representation of color #999A33: hue angle of 60.58º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #999A33 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 154 | 51 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.40 |
| HSL | 60.58º | 0.5% | 0.4% | - |
| HSV(B) | 60.58º | 0.67% | 0.6% | - |
| XYZ | 25.29 | 30.12 | 7.61 | - |
| YUV | 141.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 51 | 0.01 | 0 | 0.67 | 0.40 | 60.58 | 0.5 | 0.4 |
| Hex | 99 | 9A | 33 | 1 | 0 | 43 | 28 | 3D | 32 | 28 |
| Octal | 231 | 232 | 63 | 1 | 0 | 103 | 50 | 75 | 62 | 50 |
| Binary | 10011001 | 10011010 | 110011 | 1 | 0 | 1000011 | 101000 | 111101 | 110010 | 101000 |
Color Harmonies of #999A33
Complementary color
Monochromatic Colors of #999A33
Black with #999A33
Text Example
Text Example
White with #999A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999A33; }
p { color: rgb(153,154,51); }
H1.HeaderClassName
{
color: #999A33;
}
.AnyTagClassName
{
color: #999A33;
}
</style>
background-color css
<style>
a { background-color: #999A33; }
a { background-color: rgb(153,154,51); }
div.DivClassName
{
background-color: #999A33;
}
.BgClassName
{
background-color: #999A33;
}
</style>
border-color css
<style>
span { border-color: #999A33; }
span { border-color: rgb(153,154,51); }
td.TdClassName
{
border-color: #999A33;
}
.TagClassName
{
border-color: #999A33;
}
</style>