Shades of Highball #999E44
Tints of Highball #999E44
RGB
CMYK
RGB Variations
Color information
#999E44 (or 0x999E44) is known color: Highball. HEX triplet: 99, 9E and 44. RGB value is (153,158,68). Sum of RGB (Red+Green+Blue) = 153+158+68=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #999E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999E44 is #6661BB. Grayscale: #929292. Windows color (decimal): -6709692 or 4497049. OLE color: 4497049.
HSL color Cylindrical-coordinate representation of color #999E44: hue angle of 63.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #999E44 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 68 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.38 |
| HSL | 63.33º | 0.4% | 0.44% | - |
| HSV(B) | 63.33º | 0.57% | 0.62% | - |
| XYZ | 26.41 | 31.64 | 10.18 | - |
| YUV | 146.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 68 | 0.03 | 0 | 0.57 | 0.38 | 63.33 | 0.4 | 0.44 |
| Hex | 99 | 9E | 44 | 3 | 0 | 39 | 26 | 3F | 28 | 2C |
| Octal | 231 | 236 | 104 | 3 | 0 | 71 | 46 | 77 | 50 | 54 |
| Binary | 10011001 | 10011110 | 1000100 | 11 | 0 | 111001 | 100110 | 111111 | 101000 | 101100 |
Color Harmonies of #999E44
Complementary color
Monochromatic Colors of #999E44
Black with #999E44
Text Example
Text Example
White with #999E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E44; }
p { color: rgb(153,158,68); }
H1.HeaderClassName
{
color: #999E44;
}
.AnyTagClassName
{
color: #999E44;
}
</style>
background-color css
<style>
a { background-color: #999E44; }
a { background-color: rgb(153,158,68); }
div.DivClassName
{
background-color: #999E44;
}
.BgClassName
{
background-color: #999E44;
}
</style>
border-color css
<style>
span { border-color: #999E44; }
span { border-color: rgb(153,158,68); }
td.TdClassName
{
border-color: #999E44;
}
.TagClassName
{
border-color: #999E44;
}
</style>