Shades of Husk #9E954F
Tints of Husk #9E954F
RGB
CMYK
RGB Variations
Color information
#9E954F (or 0x9E954F) is known color: Husk. HEX triplet: 9E, 95 and 4F. RGB value is (158,149,79). Sum of RGB (Red+Green+Blue) = 158+149+79=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E954F is #616AB0. Grayscale: #909090. Windows color (decimal): -6384305 or 5215646. OLE color: 5215646.
HSL color Cylindrical-coordinate representation of color #9E954F: hue angle of 53.16º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E954F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 79 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.38 |
| HSL | 53.16º | 0.33% | 0.46% | - |
| HSV(B) | 53.16º | 0.5% | 0.62% | - |
| XYZ | 26.26 | 29.33 | 11.67 | - |
| YUV | 143.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 79 | 0 | 0.06 | 0.50 | 0.38 | 53.16 | 0.33 | 0.46 |
| Hex | 9E | 95 | 4F | 0 | 6 | 32 | 26 | 35 | 21 | 2E |
| Octal | 236 | 225 | 117 | 0 | 6 | 62 | 46 | 65 | 41 | 56 |
| Binary | 10011110 | 10010101 | 1001111 | 0 | 110 | 110010 | 100110 | 110101 | 100001 | 101110 |
Color Harmonies of #9E954F
Complementary color
Monochromatic Colors of #9E954F
Black with #9E954F
Text Example
Text Example
White with #9E954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E954F; }
p { color: rgb(158,149,79); }
H1.HeaderClassName
{
color: #9E954F;
}
.AnyTagClassName
{
color: #9E954F;
}
</style>
background-color css
<style>
a { background-color: #9E954F; }
a { background-color: rgb(158,149,79); }
div.DivClassName
{
background-color: #9E954F;
}
.BgClassName
{
background-color: #9E954F;
}
</style>
border-color css
<style>
span { border-color: #9E954F; }
span { border-color: rgb(158,149,79); }
td.TdClassName
{
border-color: #9E954F;
}
.TagClassName
{
border-color: #9E954F;
}
</style>