Shades of Highball #959A46
Tints of Highball #959A46
RGB
CMYK
RGB Variations
Color information
#959A46 (or 0x959A46) is known color: Highball. HEX triplet: 95, 9A and 46. RGB value is (149,154,70). Sum of RGB (Red+Green+Blue) = 149+154+70=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #959A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959A46 is #6A65B9. Grayscale: #8F8F8F. Windows color (decimal): -6972858 or 4627093. OLE color: 4627093.
HSL color Cylindrical-coordinate representation of color #959A46: hue angle of 63.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #959A46 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 70 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.40 |
| HSL | 63.57º | 0.38% | 0.44% | - |
| HSV(B) | 63.57º | 0.55% | 0.6% | - |
| XYZ | 25.06 | 29.94 | 10.25 | - |
| YUV | 142.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 70 | 0.03 | 0 | 0.55 | 0.40 | 63.57 | 0.38 | 0.44 |
| Hex | 95 | 9A | 46 | 3 | 0 | 37 | 28 | 40 | 26 | 2C |
| Octal | 225 | 232 | 106 | 3 | 0 | 67 | 50 | 100 | 46 | 54 |
| Binary | 10010101 | 10011010 | 1000110 | 11 | 0 | 110111 | 101000 | 1000000 | 100110 | 101100 |
Color Harmonies of #959A46
Complementary color
Monochromatic Colors of #959A46
Black with #959A46
Text Example
Text Example
White with #959A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A46; }
p { color: rgb(149,154,70); }
H1.HeaderClassName
{
color: #959A46;
}
.AnyTagClassName
{
color: #959A46;
}
</style>
background-color css
<style>
a { background-color: #959A46; }
a { background-color: rgb(149,154,70); }
div.DivClassName
{
background-color: #959A46;
}
.BgClassName
{
background-color: #959A46;
}
</style>
border-color css
<style>
span { border-color: #959A46; }
span { border-color: rgb(149,154,70); }
td.TdClassName
{
border-color: #959A46;
}
.TagClassName
{
border-color: #959A46;
}
</style>