Shades of Highball #959944
Tints of Highball #959944
RGB
CMYK
RGB Variations
Color information
#959944 (or 0x959944) is known color: Highball. HEX triplet: 95, 99 and 44. RGB value is (149,153,68). Sum of RGB (Red+Green+Blue) = 149+153+68=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #959944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959944 is #6A66BB. Grayscale: #8E8E8E. Windows color (decimal): -6973116 or 4495765. OLE color: 4495765.
HSL color Cylindrical-coordinate representation of color #959944: hue angle of 62.82º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #959944 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 68 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.4 |
| HSL | 62.82º | 0.38% | 0.43% | - |
| HSV(B) | 62.82º | 0.56% | 0.6% | - |
| XYZ | 24.83 | 29.59 | 9.87 | - |
| YUV | 142.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 68 | 0.03 | 0 | 0.56 | 0.4 | 62.82 | 0.38 | 0.43 |
| Hex | 95 | 99 | 44 | 3 | 0 | 38 | 28 | 3F | 26 | 2B |
| Octal | 225 | 231 | 104 | 3 | 0 | 70 | 50 | 77 | 46 | 53 |
| Binary | 10010101 | 10011001 | 1000100 | 11 | 0 | 111000 | 101000 | 111111 | 100110 | 101011 |
Color Harmonies of #959944
Complementary color
Monochromatic Colors of #959944
Black with #959944
Text Example
Text Example
White with #959944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959944; }
p { color: rgb(149,153,68); }
H1.HeaderClassName
{
color: #959944;
}
.AnyTagClassName
{
color: #959944;
}
</style>
background-color css
<style>
a { background-color: #959944; }
a { background-color: rgb(149,153,68); }
div.DivClassName
{
background-color: #959944;
}
.BgClassName
{
background-color: #959944;
}
</style>
border-color css
<style>
span { border-color: #959944; }
span { border-color: rgb(149,153,68); }
td.TdClassName
{
border-color: #959944;
}
.TagClassName
{
border-color: #959944;
}
</style>