Shades of Highball #999A44
Tints of Highball #999A44
RGB
CMYK
RGB Variations
Color information
#999A44 (or 0x999A44) is known color: Highball. HEX triplet: 99, 9A and 44. RGB value is (153,154,68). Sum of RGB (Red+Green+Blue) = 153+154+68=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #999A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999A44 is #6665BB. Grayscale: #909090. Windows color (decimal): -6710716 or 4496025. OLE color: 4496025.
HSL color Cylindrical-coordinate representation of color #999A44: hue angle of 60.7º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #999A44 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 154 | 68 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.40 |
| HSL | 60.7º | 0.39% | 0.44% | - |
| HSV(B) | 60.7º | 0.56% | 0.6% | - |
| XYZ | 25.74 | 30.3 | 9.96 | - |
| YUV | 143.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 68 | 0.01 | 0 | 0.56 | 0.40 | 60.7 | 0.39 | 0.44 |
| Hex | 99 | 9A | 44 | 1 | 0 | 38 | 28 | 3D | 27 | 2C |
| Octal | 231 | 232 | 104 | 1 | 0 | 70 | 50 | 75 | 47 | 54 |
| Binary | 10011001 | 10011010 | 1000100 | 1 | 0 | 111000 | 101000 | 111101 | 100111 | 101100 |
Color Harmonies of #999A44
Complementary color
Monochromatic Colors of #999A44
Black with #999A44
Text Example
Text Example
White with #999A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999A44; }
p { color: rgb(153,154,68); }
H1.HeaderClassName
{
color: #999A44;
}
.AnyTagClassName
{
color: #999A44;
}
</style>
background-color css
<style>
a { background-color: #999A44; }
a { background-color: rgb(153,154,68); }
div.DivClassName
{
background-color: #999A44;
}
.BgClassName
{
background-color: #999A44;
}
</style>
border-color css
<style>
span { border-color: #999A44; }
span { border-color: rgb(153,154,68); }
td.TdClassName
{
border-color: #999A44;
}
.TagClassName
{
border-color: #999A44;
}
</style>