Shades of Bud #9FA886
Tints of Bud #9FA886
RGB
CMYK
RGB Variations
Color information
#9FA886 (or 0x9FA886) is known color: Bud. HEX triplet: 9F, A8 and 86. RGB value is (159,168,134). Sum of RGB (Red+Green+Blue) = 159+168+134=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA886 is #605779. Grayscale: #A1A1A1. Windows color (decimal): -6313850 or 8824991. OLE color: 8824991.
HSL color Cylindrical-coordinate representation of color #9FA886: hue angle of 75.88º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FA886 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 134 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.34 |
| HSL | 75.88º | 0.16% | 0.59% | - |
| HSV(B) | 75.88º | 0.2% | 0.66% | - |
| XYZ | 32.6 | 37.1 | 28 | - |
| YUV | 161.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 134 | 0.05 | 0 | 0.20 | 0.34 | 75.88 | 0.16 | 0.59 |
| Hex | 9F | A8 | 86 | 5 | 0 | 14 | 22 | 4C | 10 | 3B |
| Octal | 237 | 250 | 206 | 5 | 0 | 24 | 42 | 114 | 20 | 73 |
| Binary | 10011111 | 10101000 | 10000110 | 101 | 0 | 10100 | 100010 | 1001100 | 10000 | 111011 |
Color Harmonies of #9FA886
Complementary color
Monochromatic Colors of #9FA886
Black with #9FA886
Text Example
Text Example
White with #9FA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA886; }
p { color: rgb(159,168,134); }
H1.HeaderClassName
{
color: #9FA886;
}
.AnyTagClassName
{
color: #9FA886;
}
</style>
background-color css
<style>
a { background-color: #9FA886; }
a { background-color: rgb(159,168,134); }
div.DivClassName
{
background-color: #9FA886;
}
.BgClassName
{
background-color: #9FA886;
}
</style>
border-color css
<style>
span { border-color: #9FA886; }
span { border-color: rgb(159,168,134); }
td.TdClassName
{
border-color: #9FA886;
}
.TagClassName
{
border-color: #9FA886;
}
</style>