Shades of Highball #999B32
Tints of Highball #999B32
RGB
CMYK
RGB Variations
Color information
#999B32 (or 0x999B32) is known color: Highball. HEX triplet: 99, 9B and 32. RGB value is (153,155,50). Sum of RGB (Red+Green+Blue) = 153+155+50=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #999B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B32 is #6664CD. Grayscale: #8E8E8E. Windows color (decimal): -6710478 or 3316633. OLE color: 3316633.
HSL color Cylindrical-coordinate representation of color #999B32: hue angle of 61.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #999B32 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 50 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.39 |
| HSL | 61.14º | 0.51% | 0.4% | - |
| HSV(B) | 61.14º | 0.68% | 0.61% | - |
| XYZ | 25.43 | 30.45 | 7.55 | - |
| YUV | 142.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 50 | 0.01 | 0 | 0.68 | 0.39 | 61.14 | 0.51 | 0.4 |
| Hex | 99 | 9B | 32 | 1 | 0 | 44 | 27 | 3D | 33 | 28 |
| Octal | 231 | 233 | 62 | 1 | 0 | 104 | 47 | 75 | 63 | 50 |
| Binary | 10011001 | 10011011 | 110010 | 1 | 0 | 1000100 | 100111 | 111101 | 110011 | 101000 |
Color Harmonies of #999B32
Complementary color
Monochromatic Colors of #999B32
Black with #999B32
Text Example
Text Example
White with #999B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B32; }
p { color: rgb(153,155,50); }
H1.HeaderClassName
{
color: #999B32;
}
.AnyTagClassName
{
color: #999B32;
}
</style>
background-color css
<style>
a { background-color: #999B32; }
a { background-color: rgb(153,155,50); }
div.DivClassName
{
background-color: #999B32;
}
.BgClassName
{
background-color: #999B32;
}
</style>
border-color css
<style>
span { border-color: #999B32; }
span { border-color: rgb(153,155,50); }
td.TdClassName
{
border-color: #999B32;
}
.TagClassName
{
border-color: #999B32;
}
</style>