Shades of Bud #9FA587
Tints of Bud #9FA587
RGB
CMYK
RGB Variations
Color information
#9FA587 (or 0x9FA587) is known color: Bud. HEX triplet: 9F, A5 and 87. RGB value is (159,165,135). Sum of RGB (Red+Green+Blue) = 159+165+135=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA587 is #605A78. Grayscale: #9F9F9F. Windows color (decimal): -6314617 or 8889759. OLE color: 8889759.
HSL color Cylindrical-coordinate representation of color #9FA587: hue angle of 72º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FA587 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 165 | 135 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.35 |
| HSL | 72º | 0.14% | 0.59% | - |
| HSV(B) | 72º | 0.18% | 0.65% | - |
| XYZ | 32.13 | 36.03 | 28.18 | - |
| YUV | 159.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 135 | 0.04 | 0 | 0.18 | 0.35 | 72 | 0.14 | 0.59 |
| Hex | 9F | A5 | 87 | 4 | 0 | 12 | 23 | 48 | E | 3B |
| Octal | 237 | 245 | 207 | 4 | 0 | 22 | 43 | 110 | 16 | 73 |
| Binary | 10011111 | 10100101 | 10000111 | 100 | 0 | 10010 | 100011 | 1001000 | 1110 | 111011 |
Color Harmonies of #9FA587
Complementary color
Monochromatic Colors of #9FA587
Black with #9FA587
Text Example
Text Example
White with #9FA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA587; }
p { color: rgb(159,165,135); }
H1.HeaderClassName
{
color: #9FA587;
}
.AnyTagClassName
{
color: #9FA587;
}
</style>
background-color css
<style>
a { background-color: #9FA587; }
a { background-color: rgb(159,165,135); }
div.DivClassName
{
background-color: #9FA587;
}
.BgClassName
{
background-color: #9FA587;
}
</style>
border-color css
<style>
span { border-color: #9FA587; }
span { border-color: rgb(159,165,135); }
td.TdClassName
{
border-color: #9FA587;
}
.TagClassName
{
border-color: #9FA587;
}
</style>