Shades of Highball #999A41
Tints of Highball #999A41
RGB
CMYK
RGB Variations
Color information
#999A41 (or 0x999A41) is known color: Highball. HEX triplet: 99, 9A and 41. RGB value is (153,154,65). Sum of RGB (Red+Green+Blue) = 153+154+65=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 154 - color contains mainly: green. Hex color #999A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999A41 is #6665BE. Grayscale: #8F8F8F. Windows color (decimal): -6710719 or 4299417. OLE color: 4299417.
HSL color Cylindrical-coordinate representation of color #999A41: hue angle of 60.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #999A41 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 154 | 65 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.40 |
| HSL | 60.67º | 0.41% | 0.43% | - |
| HSV(B) | 60.67º | 0.58% | 0.6% | - |
| XYZ | 25.65 | 30.27 | 9.49 | - |
| YUV | 143.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 65 | 0.01 | 0 | 0.58 | 0.40 | 60.67 | 0.41 | 0.43 |
| Hex | 99 | 9A | 41 | 1 | 0 | 3A | 28 | 3D | 29 | 2B |
| Octal | 231 | 232 | 101 | 1 | 0 | 72 | 50 | 75 | 51 | 53 |
| Binary | 10011001 | 10011010 | 1000001 | 1 | 0 | 111010 | 101000 | 111101 | 101001 | 101011 |
Color Harmonies of #999A41
Complementary color
Monochromatic Colors of #999A41
Black with #999A41
Text Example
Text Example
White with #999A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999A41; }
p { color: rgb(153,154,65); }
H1.HeaderClassName
{
color: #999A41;
}
.AnyTagClassName
{
color: #999A41;
}
</style>
background-color css
<style>
a { background-color: #999A41; }
a { background-color: rgb(153,154,65); }
div.DivClassName
{
background-color: #999A41;
}
.BgClassName
{
background-color: #999A41;
}
</style>
border-color css
<style>
span { border-color: #999A41; }
span { border-color: rgb(153,154,65); }
td.TdClassName
{
border-color: #999A41;
}
.TagClassName
{
border-color: #999A41;
}
</style>