Shades of Highball #959C46
Tints of Highball #959C46
RGB
CMYK
RGB Variations
Color information
#959C46 (or 0x959C46) is known color: Highball. HEX triplet: 95, 9C and 46. RGB value is (149,156,70). Sum of RGB (Red+Green+Blue) = 149+156+70=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #959C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959C46 is #6A63B9. Grayscale: #909090. Windows color (decimal): -6972346 or 4627605. OLE color: 4627605.
HSL color Cylindrical-coordinate representation of color #959C46: hue angle of 64.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #959C46 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 70 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.39 |
| HSL | 64.88º | 0.38% | 0.44% | - |
| HSV(B) | 64.88º | 0.55% | 0.61% | - |
| XYZ | 25.39 | 30.61 | 10.36 | - |
| YUV | 144.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 70 | 0.04 | 0 | 0.55 | 0.39 | 64.88 | 0.38 | 0.44 |
| Hex | 95 | 9C | 46 | 4 | 0 | 37 | 27 | 41 | 26 | 2C |
| Octal | 225 | 234 | 106 | 4 | 0 | 67 | 47 | 101 | 46 | 54 |
| Binary | 10010101 | 10011100 | 1000110 | 100 | 0 | 110111 | 100111 | 1000001 | 100110 | 101100 |
Color Harmonies of #959C46
Complementary color
Monochromatic Colors of #959C46
Black with #959C46
Text Example
Text Example
White with #959C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C46; }
p { color: rgb(149,156,70); }
H1.HeaderClassName
{
color: #959C46;
}
.AnyTagClassName
{
color: #959C46;
}
</style>
background-color css
<style>
a { background-color: #959C46; }
a { background-color: rgb(149,156,70); }
div.DivClassName
{
background-color: #959C46;
}
.BgClassName
{
background-color: #959C46;
}
</style>
border-color css
<style>
span { border-color: #959C46; }
span { border-color: rgb(149,156,70); }
td.TdClassName
{
border-color: #959C46;
}
.TagClassName
{
border-color: #959C46;
}
</style>