Shades of Highball #959B45
Tints of Highball #959B45
RGB
CMYK
RGB Variations
Color information
#959B45 (or 0x959B45) is known color: Highball. HEX triplet: 95, 9B and 45. RGB value is (149,155,69). Sum of RGB (Red+Green+Blue) = 149+155+69=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #959B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B45 is #6A64BA. Grayscale: #8F8F8F. Windows color (decimal): -6972603 or 4561813. OLE color: 4561813.
HSL color Cylindrical-coordinate representation of color #959B45: hue angle of 64.19º 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 #959B45 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 69 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.39 |
| HSL | 64.19º | 0.38% | 0.44% | - |
| HSV(B) | 64.19º | 0.55% | 0.61% | - |
| XYZ | 25.19 | 30.26 | 10.14 | - |
| YUV | 143.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 69 | 0.04 | 0 | 0.55 | 0.39 | 64.19 | 0.38 | 0.44 |
| Hex | 95 | 9B | 45 | 4 | 0 | 37 | 27 | 40 | 26 | 2C |
| Octal | 225 | 233 | 105 | 4 | 0 | 67 | 47 | 100 | 46 | 54 |
| Binary | 10010101 | 10011011 | 1000101 | 100 | 0 | 110111 | 100111 | 1000000 | 100110 | 101100 |
Color Harmonies of #959B45
Complementary color
Monochromatic Colors of #959B45
Black with #959B45
Text Example
Text Example
White with #959B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B45; }
p { color: rgb(149,155,69); }
H1.HeaderClassName
{
color: #959B45;
}
.AnyTagClassName
{
color: #959B45;
}
</style>
background-color css
<style>
a { background-color: #959B45; }
a { background-color: rgb(149,155,69); }
div.DivClassName
{
background-color: #959B45;
}
.BgClassName
{
background-color: #959B45;
}
</style>
border-color css
<style>
span { border-color: #959B45; }
span { border-color: rgb(149,155,69); }
td.TdClassName
{
border-color: #959B45;
}
.TagClassName
{
border-color: #959B45;
}
</style>