Shades of Highball #999D41
Tints of Highball #999D41
RGB
CMYK
RGB Variations
Color information
#999D41 (or 0x999D41) is known color: Highball. HEX triplet: 99, 9D and 41. RGB value is (153,157,65). Sum of RGB (Red+Green+Blue) = 153+157+65=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #999D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999D41 is #6662BE. Grayscale: #919191. Windows color (decimal): -6709951 or 4300185. OLE color: 4300185.
HSL color Cylindrical-coordinate representation of color #999D41: hue angle of 62.61º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #999D41 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 65 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.38 |
| HSL | 62.61º | 0.41% | 0.44% | - |
| HSV(B) | 62.61º | 0.59% | 0.62% | - |
| XYZ | 26.15 | 31.27 | 9.66 | - |
| YUV | 145.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 65 | 0.03 | 0 | 0.59 | 0.38 | 62.61 | 0.41 | 0.44 |
| Hex | 99 | 9D | 41 | 3 | 0 | 3B | 26 | 3F | 29 | 2C |
| Octal | 231 | 235 | 101 | 3 | 0 | 73 | 46 | 77 | 51 | 54 |
| Binary | 10011001 | 10011101 | 1000001 | 11 | 0 | 111011 | 100110 | 111111 | 101001 | 101100 |
Color Harmonies of #999D41
Complementary color
Monochromatic Colors of #999D41
Black with #999D41
Text Example
Text Example
White with #999D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D41; }
p { color: rgb(153,157,65); }
H1.HeaderClassName
{
color: #999D41;
}
.AnyTagClassName
{
color: #999D41;
}
</style>
background-color css
<style>
a { background-color: #999D41; }
a { background-color: rgb(153,157,65); }
div.DivClassName
{
background-color: #999D41;
}
.BgClassName
{
background-color: #999D41;
}
</style>
border-color css
<style>
span { border-color: #999D41; }
span { border-color: rgb(153,157,65); }
td.TdClassName
{
border-color: #999D41;
}
.TagClassName
{
border-color: #999D41;
}
</style>