Shades of Highball #959A47
Tints of Highball #959A47
RGB
CMYK
RGB Variations
Color information
#959A47 (or 0x959A47) is known color: Highball. HEX triplet: 95, 9A and 47. RGB value is (149,154,71). Sum of RGB (Red+Green+Blue) = 149+154+71=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #959A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959A47 is #6A65B8. Grayscale: #8F8F8F. Windows color (decimal): -6972857 or 4692629. OLE color: 4692629.
HSL color Cylindrical-coordinate representation of color #959A47: hue angle of 63.61º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #959A47 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 71 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.40 |
| HSL | 63.61º | 0.37% | 0.44% | - |
| HSV(B) | 63.61º | 0.54% | 0.6% | - |
| XYZ | 25.09 | 29.96 | 10.42 | - |
| YUV | 143.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 71 | 0.03 | 0 | 0.54 | 0.40 | 63.61 | 0.37 | 0.44 |
| Hex | 95 | 9A | 47 | 3 | 0 | 36 | 28 | 40 | 25 | 2C |
| Octal | 225 | 232 | 107 | 3 | 0 | 66 | 50 | 100 | 45 | 54 |
| Binary | 10010101 | 10011010 | 1000111 | 11 | 0 | 110110 | 101000 | 1000000 | 100101 | 101100 |
Color Harmonies of #959A47
Complementary color
Monochromatic Colors of #959A47
Black with #959A47
Text Example
Text Example
White with #959A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A47; }
p { color: rgb(149,154,71); }
H1.HeaderClassName
{
color: #959A47;
}
.AnyTagClassName
{
color: #959A47;
}
</style>
background-color css
<style>
a { background-color: #959A47; }
a { background-color: rgb(149,154,71); }
div.DivClassName
{
background-color: #959A47;
}
.BgClassName
{
background-color: #959A47;
}
</style>
border-color css
<style>
span { border-color: #959A47; }
span { border-color: rgb(149,154,71); }
td.TdClassName
{
border-color: #959A47;
}
.TagClassName
{
border-color: #959A47;
}
</style>