Shades of Highball #959B46
Tints of Highball #959B46
RGB
CMYK
RGB Variations
Color information
#959B46 (or 0x959B46) is known color: Highball. HEX triplet: 95, 9B and 46. RGB value is (149,155,70). Sum of RGB (Red+Green+Blue) = 149+155+70=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #959B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B46 is #6A64B9. Grayscale: #8F8F8F. Windows color (decimal): -6972602 or 4627349. OLE color: 4627349.
HSL color Cylindrical-coordinate representation of color #959B46: hue angle of 64.24º 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 #959B46 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 70 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.39 |
| HSL | 64.24º | 0.38% | 0.44% | - |
| HSV(B) | 64.24º | 0.55% | 0.61% | - |
| XYZ | 25.22 | 30.27 | 10.31 | - |
| YUV | 143.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 70 | 0.04 | 0 | 0.55 | 0.39 | 64.24 | 0.38 | 0.44 |
| Hex | 95 | 9B | 46 | 4 | 0 | 37 | 27 | 40 | 26 | 2C |
| Octal | 225 | 233 | 106 | 4 | 0 | 67 | 47 | 100 | 46 | 54 |
| Binary | 10010101 | 10011011 | 1000110 | 100 | 0 | 110111 | 100111 | 1000000 | 100110 | 101100 |
Color Harmonies of #959B46
Complementary color
Monochromatic Colors of #959B46
Black with #959B46
Text Example
Text Example
White with #959B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B46; }
p { color: rgb(149,155,70); }
H1.HeaderClassName
{
color: #959B46;
}
.AnyTagClassName
{
color: #959B46;
}
</style>
background-color css
<style>
a { background-color: #959B46; }
a { background-color: rgb(149,155,70); }
div.DivClassName
{
background-color: #959B46;
}
.BgClassName
{
background-color: #959B46;
}
</style>
border-color css
<style>
span { border-color: #959B46; }
span { border-color: rgb(149,155,70); }
td.TdClassName
{
border-color: #959B46;
}
.TagClassName
{
border-color: #959B46;
}
</style>