Shades of Bud #9FA788
Tints of Bud #9FA788
RGB
CMYK
RGB Variations
Color information
#9FA788 (or 0x9FA788) is known color: Bud. HEX triplet: 9F, A7 and 88. RGB value is (159,167,136). Sum of RGB (Red+Green+Blue) = 159+167+136=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA788 is #605877. Grayscale: #A1A1A1. Windows color (decimal): -6314104 or 8955807. OLE color: 8955807.
HSL color Cylindrical-coordinate representation of color #9FA788: hue angle of 75.48º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FA788 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 136 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.35 |
| HSL | 75.48º | 0.15% | 0.59% | - |
| HSV(B) | 75.48º | 0.19% | 0.65% | - |
| XYZ | 32.56 | 36.79 | 28.68 | - |
| YUV | 161.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 136 | 0.05 | 0 | 0.19 | 0.35 | 75.48 | 0.15 | 0.59 |
| Hex | 9F | A7 | 88 | 5 | 0 | 13 | 23 | 4B | F | 3B |
| Octal | 237 | 247 | 210 | 5 | 0 | 23 | 43 | 113 | 17 | 73 |
| Binary | 10011111 | 10100111 | 10001000 | 101 | 0 | 10011 | 100011 | 1001011 | 1111 | 111011 |
Color Harmonies of #9FA788
Complementary color
Monochromatic Colors of #9FA788
Black with #9FA788
Text Example
Text Example
White with #9FA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA788; }
p { color: rgb(159,167,136); }
H1.HeaderClassName
{
color: #9FA788;
}
.AnyTagClassName
{
color: #9FA788;
}
</style>
background-color css
<style>
a { background-color: #9FA788; }
a { background-color: rgb(159,167,136); }
div.DivClassName
{
background-color: #9FA788;
}
.BgClassName
{
background-color: #9FA788;
}
</style>
border-color css
<style>
span { border-color: #9FA788; }
span { border-color: rgb(159,167,136); }
td.TdClassName
{
border-color: #9FA788;
}
.TagClassName
{
border-color: #9FA788;
}
</style>