Shades of Highball #999235
Tints of Highball #999235
RGB
CMYK
RGB Variations
Color information
#999235 (or 0x999235) is known color: Highball. HEX triplet: 99, 92 and 35. RGB value is (153,146,53). Sum of RGB (Red+Green+Blue) = 153+146+53=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #999235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999235 is #666DCA. Grayscale: #898989. Windows color (decimal): -6712779 or 3510937. OLE color: 3510937.
HSL color Cylindrical-coordinate representation of color #999235: hue angle of 55.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #999235 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 53 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.4 |
| HSL | 55.8º | 0.49% | 0.4% | - |
| HSV(B) | 55.8º | 0.65% | 0.6% | - |
| XYZ | 24.06 | 27.59 | 7.42 | - |
| YUV | 137.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 53 | 0 | 0.05 | 0.65 | 0.4 | 55.8 | 0.49 | 0.4 |
| Hex | 99 | 92 | 35 | 0 | 5 | 41 | 28 | 38 | 31 | 28 |
| Octal | 231 | 222 | 65 | 0 | 5 | 101 | 50 | 70 | 61 | 50 |
| Binary | 10011001 | 10010010 | 110101 | 0 | 101 | 1000001 | 101000 | 111000 | 110001 | 101000 |
Color Harmonies of #999235
Complementary color
Monochromatic Colors of #999235
Black with #999235
Text Example
Text Example
White with #999235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999235; }
p { color: rgb(153,146,53); }
H1.HeaderClassName
{
color: #999235;
}
.AnyTagClassName
{
color: #999235;
}
</style>
background-color css
<style>
a { background-color: #999235; }
a { background-color: rgb(153,146,53); }
div.DivClassName
{
background-color: #999235;
}
.BgClassName
{
background-color: #999235;
}
</style>
border-color css
<style>
span { border-color: #999235; }
span { border-color: rgb(153,146,53); }
td.TdClassName
{
border-color: #999235;
}
.TagClassName
{
border-color: #999235;
}
</style>