Shades of Husk #9F9B50
Tints of Husk #9F9B50
RGB
CMYK
RGB Variations
Color information
#9F9B50 (or 0x9F9B50) is known color: Husk. HEX triplet: 9F, 9B and 50. RGB value is (159,155,80). Sum of RGB (Red+Green+Blue) = 159+155+80=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9B50 is #6064AF. Grayscale: #939393. Windows color (decimal): -6317232 or 5282719. OLE color: 5282719.
HSL color Cylindrical-coordinate representation of color #9F9B50: hue angle of 56.96º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F9B50 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 155 | 80 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.38 |
| HSL | 56.96º | 0.33% | 0.47% | - |
| HSV(B) | 56.96º | 0.5% | 0.62% | - |
| XYZ | 27.47 | 31.39 | 12.2 | - |
| YUV | 147.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 80 | 0 | 0.03 | 0.50 | 0.38 | 56.96 | 0.33 | 0.47 |
| Hex | 9F | 9B | 50 | 0 | 3 | 32 | 26 | 39 | 21 | 2F |
| Octal | 237 | 233 | 120 | 0 | 3 | 62 | 46 | 71 | 41 | 57 |
| Binary | 10011111 | 10011011 | 1010000 | 0 | 11 | 110010 | 100110 | 111001 | 100001 | 101111 |
Color Harmonies of #9F9B50
Complementary color
Monochromatic Colors of #9F9B50
Black with #9F9B50
Text Example
Text Example
White with #9F9B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9B50; }
p { color: rgb(159,155,80); }
H1.HeaderClassName
{
color: #9F9B50;
}
.AnyTagClassName
{
color: #9F9B50;
}
</style>
background-color css
<style>
a { background-color: #9F9B50; }
a { background-color: rgb(159,155,80); }
div.DivClassName
{
background-color: #9F9B50;
}
.BgClassName
{
background-color: #9F9B50;
}
</style>
border-color css
<style>
span { border-color: #9F9B50; }
span { border-color: rgb(159,155,80); }
td.TdClassName
{
border-color: #9F9B50;
}
.TagClassName
{
border-color: #9F9B50;
}
</style>