Shades of Highball #959B43
Tints of Highball #959B43
RGB
CMYK
RGB Variations
Color information
#959B43 (or 0x959B43) is known color: Highball. HEX triplet: 95, 9B and 43. RGB value is (149,155,67). Sum of RGB (Red+Green+Blue) = 149+155+67=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #959B43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B43 is #6A64BC. Grayscale: #8F8F8F. Windows color (decimal): -6972605 or 4430741. OLE color: 4430741.
HSL color Cylindrical-coordinate representation of color #959B43: hue angle of 64.09º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #959B43 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 67 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.39 |
| HSL | 64.09º | 0.4% | 0.44% | - |
| HSV(B) | 64.09º | 0.57% | 0.61% | - |
| XYZ | 25.13 | 30.24 | 9.82 | - |
| YUV | 143.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 67 | 0.04 | 0 | 0.57 | 0.39 | 64.09 | 0.4 | 0.44 |
| Hex | 95 | 9B | 43 | 4 | 0 | 39 | 27 | 40 | 28 | 2C |
| Octal | 225 | 233 | 103 | 4 | 0 | 71 | 47 | 100 | 50 | 54 |
| Binary | 10010101 | 10011011 | 1000011 | 100 | 0 | 111001 | 100111 | 1000000 | 101000 | 101100 |
Color Harmonies of #959B43
Complementary color
Monochromatic Colors of #959B43
Black with #959B43
Text Example
Text Example
White with #959B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B43; }
p { color: rgb(149,155,67); }
H1.HeaderClassName
{
color: #959B43;
}
.AnyTagClassName
{
color: #959B43;
}
</style>
background-color css
<style>
a { background-color: #959B43; }
a { background-color: rgb(149,155,67); }
div.DivClassName
{
background-color: #959B43;
}
.BgClassName
{
background-color: #959B43;
}
</style>
border-color css
<style>
span { border-color: #959B43; }
span { border-color: rgb(149,155,67); }
td.TdClassName
{
border-color: #959B43;
}
.TagClassName
{
border-color: #959B43;
}
</style>