Shades of Bud #9FA688
Tints of Bud #9FA688
RGB
CMYK
RGB Variations
Color information
#9FA688 (or 0x9FA688) is known color: Bud. HEX triplet: 9F, A6 and 88. RGB value is (159,166,136). Sum of RGB (Red+Green+Blue) = 159+166+136=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA688 is #605977. Grayscale: #A0A0A0. Windows color (decimal): -6314360 or 8955551. OLE color: 8955551.
HSL color Cylindrical-coordinate representation of color #9FA688: hue angle of 74º 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 #9FA688 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 136 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.35 |
| HSL | 74º | 0.14% | 0.59% | - |
| HSV(B) | 74º | 0.18% | 0.65% | - |
| XYZ | 32.38 | 36.42 | 28.62 | - |
| YUV | 160.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 136 | 0.04 | 0 | 0.18 | 0.35 | 74 | 0.14 | 0.59 |
| Hex | 9F | A6 | 88 | 4 | 0 | 12 | 23 | 4A | E | 3B |
| Octal | 237 | 246 | 210 | 4 | 0 | 22 | 43 | 112 | 16 | 73 |
| Binary | 10011111 | 10100110 | 10001000 | 100 | 0 | 10010 | 100011 | 1001010 | 1110 | 111011 |
Color Harmonies of #9FA688
Complementary color
Monochromatic Colors of #9FA688
Black with #9FA688
Text Example
Text Example
White with #9FA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA688; }
p { color: rgb(159,166,136); }
H1.HeaderClassName
{
color: #9FA688;
}
.AnyTagClassName
{
color: #9FA688;
}
</style>
background-color css
<style>
a { background-color: #9FA688; }
a { background-color: rgb(159,166,136); }
div.DivClassName
{
background-color: #9FA688;
}
.BgClassName
{
background-color: #9FA688;
}
</style>
border-color css
<style>
span { border-color: #9FA688; }
span { border-color: rgb(159,166,136); }
td.TdClassName
{
border-color: #9FA688;
}
.TagClassName
{
border-color: #9FA688;
}
</style>