Shades of Bud #9FA88A
Tints of Bud #9FA88A
RGB
CMYK
RGB Variations
Color information
#9FA88A (or 0x9FA88A) is known color: Bud. HEX triplet: 9F, A8 and 8A. RGB value is (159,168,138). Sum of RGB (Red+Green+Blue) = 159+168+138=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA88A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA88A is #605775. Grayscale: #A2A2A2. Windows color (decimal): -6313846 or 9087135. OLE color: 9087135.
HSL color Cylindrical-coordinate representation of color #9FA88A: hue angle of 78º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FA88A is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 138 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.34 |
| HSL | 78º | 0.15% | 0.6% | - |
| HSV(B) | 78º | 0.18% | 0.66% | - |
| XYZ | 32.89 | 37.21 | 29.49 | - |
| YUV | 161.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 138 | 0.05 | 0 | 0.18 | 0.34 | 78 | 0.15 | 0.6 |
| Hex | 9F | A8 | 8A | 5 | 0 | 12 | 22 | 4E | F | 3C |
| Octal | 237 | 250 | 212 | 5 | 0 | 22 | 42 | 116 | 17 | 74 |
| Binary | 10011111 | 10101000 | 10001010 | 101 | 0 | 10010 | 100010 | 1001110 | 1111 | 111100 |
Color Harmonies of #9FA88A
Complementary color
Monochromatic Colors of #9FA88A
Black with #9FA88A
Text Example
Text Example
White with #9FA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA88A; }
p { color: rgb(159,168,138); }
H1.HeaderClassName
{
color: #9FA88A;
}
.AnyTagClassName
{
color: #9FA88A;
}
</style>
background-color css
<style>
a { background-color: #9FA88A; }
a { background-color: rgb(159,168,138); }
div.DivClassName
{
background-color: #9FA88A;
}
.BgClassName
{
background-color: #9FA88A;
}
</style>
border-color css
<style>
span { border-color: #9FA88A; }
span { border-color: rgb(159,168,138); }
td.TdClassName
{
border-color: #9FA88A;
}
.TagClassName
{
border-color: #9FA88A;
}
</style>