Shades of Highball #99933B
Tints of Highball #99933B
RGB
CMYK
RGB Variations
Color information
#99933B (or 0x99933B) is known color: Highball. HEX triplet: 99, 93 and 3B. RGB value is (153,147,59). Sum of RGB (Red+Green+Blue) = 153+147+59=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99933B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99933B is #666CC4. Grayscale: #8B8B8B. Windows color (decimal): -6712517 or 3904409. OLE color: 3904409.
HSL color Cylindrical-coordinate representation of color #99933B: hue angle of 56.17º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99933B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 59 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.4 |
| HSL | 56.17º | 0.44% | 0.42% | - |
| HSV(B) | 56.17º | 0.61% | 0.6% | - |
| XYZ | 24.36 | 27.96 | 8.25 | - |
| YUV | 138.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 59 | 0 | 0.04 | 0.61 | 0.4 | 56.17 | 0.44 | 0.42 |
| Hex | 99 | 93 | 3B | 0 | 4 | 3D | 28 | 38 | 2C | 2A |
| Octal | 231 | 223 | 73 | 0 | 4 | 75 | 50 | 70 | 54 | 52 |
| Binary | 10011001 | 10010011 | 111011 | 0 | 100 | 111101 | 101000 | 111000 | 101100 | 101010 |
Color Harmonies of #99933B
Complementary color
Monochromatic Colors of #99933B
Black with #99933B
Text Example
Text Example
White with #99933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99933B; }
p { color: rgb(153,147,59); }
H1.HeaderClassName
{
color: #99933B;
}
.AnyTagClassName
{
color: #99933B;
}
</style>
background-color css
<style>
a { background-color: #99933B; }
a { background-color: rgb(153,147,59); }
div.DivClassName
{
background-color: #99933B;
}
.BgClassName
{
background-color: #99933B;
}
</style>
border-color css
<style>
span { border-color: #99933B; }
span { border-color: rgb(153,147,59); }
td.TdClassName
{
border-color: #99933B;
}
.TagClassName
{
border-color: #99933B;
}
</style>