Shades of Highball #9B954F
Tints of Highball #9B954F
RGB
CMYK
RGB Variations
Color information
#9B954F (or 0x9B954F) is known color: Highball. HEX triplet: 9B, 95 and 4F. RGB value is (155,149,79). Sum of RGB (Red+Green+Blue) = 155+149+79=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B954F is #646AB0. Grayscale: #8F8F8F. Windows color (decimal): -6580913 or 5215643. OLE color: 5215643.
HSL color Cylindrical-coordinate representation of color #9B954F: hue angle of 55.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B954F is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 149 | 79 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.39 |
| HSL | 55.26º | 0.32% | 0.46% | - |
| HSV(B) | 55.26º | 0.49% | 0.61% | - |
| XYZ | 25.68 | 29.03 | 11.65 | - |
| YUV | 142.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 79 | 0 | 0.04 | 0.49 | 0.39 | 55.26 | 0.32 | 0.46 |
| Hex | 9B | 95 | 4F | 0 | 4 | 31 | 27 | 37 | 20 | 2E |
| Octal | 233 | 225 | 117 | 0 | 4 | 61 | 47 | 67 | 40 | 56 |
| Binary | 10011011 | 10010101 | 1001111 | 0 | 100 | 110001 | 100111 | 110111 | 100000 | 101110 |
Color Harmonies of #9B954F
Complementary color
Monochromatic Colors of #9B954F
Black with #9B954F
Text Example
Text Example
White with #9B954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B954F; }
p { color: rgb(155,149,79); }
H1.HeaderClassName
{
color: #9B954F;
}
.AnyTagClassName
{
color: #9B954F;
}
</style>
background-color css
<style>
a { background-color: #9B954F; }
a { background-color: rgb(155,149,79); }
div.DivClassName
{
background-color: #9B954F;
}
.BgClassName
{
background-color: #9B954F;
}
</style>
border-color css
<style>
span { border-color: #9B954F; }
span { border-color: rgb(155,149,79); }
td.TdClassName
{
border-color: #9B954F;
}
.TagClassName
{
border-color: #9B954F;
}
</style>