Shades of Bud #9FA18C
Tints of Bud #9FA18C
RGB
CMYK
RGB Variations
Color information
#9FA18C (or 0x9FA18C) is known color: Bud. HEX triplet: 9F, A1 and 8C. RGB value is (159,161,140). Sum of RGB (Red+Green+Blue) = 159+161+140=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA18C is #605E73. Grayscale: #9E9E9E. Windows color (decimal): -6315636 or 9216415. OLE color: 9216415.
HSL color Cylindrical-coordinate representation of color #9FA18C: hue angle of 65.71º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FA18C is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 140 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.37 |
| HSL | 65.71º | 0.1% | 0.59% | - |
| HSV(B) | 65.71º | 0.13% | 0.63% | - |
| XYZ | 31.78 | 34.75 | 29.84 | - |
| YUV | 158.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 140 | 0.01 | 0 | 0.13 | 0.37 | 65.71 | 0.1 | 0.59 |
| Hex | 9F | A1 | 8C | 1 | 0 | D | 25 | 42 | A | 3B |
| Octal | 237 | 241 | 214 | 1 | 0 | 15 | 45 | 102 | 12 | 73 |
| Binary | 10011111 | 10100001 | 10001100 | 1 | 0 | 1101 | 100101 | 1000010 | 1010 | 111011 |
Color Harmonies of #9FA18C
Complementary color
Monochromatic Colors of #9FA18C
Black with #9FA18C
Text Example
Text Example
White with #9FA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA18C; }
p { color: rgb(159,161,140); }
H1.HeaderClassName
{
color: #9FA18C;
}
.AnyTagClassName
{
color: #9FA18C;
}
</style>
background-color css
<style>
a { background-color: #9FA18C; }
a { background-color: rgb(159,161,140); }
div.DivClassName
{
background-color: #9FA18C;
}
.BgClassName
{
background-color: #9FA18C;
}
</style>
border-color css
<style>
span { border-color: #9FA18C; }
span { border-color: rgb(159,161,140); }
td.TdClassName
{
border-color: #9FA18C;
}
.TagClassName
{
border-color: #9FA18C;
}
</style>