Shades of Bud #9FA38C
Tints of Bud #9FA38C
RGB
CMYK
RGB Variations
Color information
#9FA38C (or 0x9FA38C) is known color: Bud. HEX triplet: 9F, A3 and 8C. RGB value is (159,163,140). Sum of RGB (Red+Green+Blue) = 159+163+140=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA38C is #605C73. Grayscale: #9F9F9F. Windows color (decimal): -6315124 or 9216927. OLE color: 9216927.
HSL color Cylindrical-coordinate representation of color #9FA38C: hue angle of 70.43º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FA38C is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 140 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.36 |
| HSL | 70.43º | 0.11% | 0.59% | - |
| HSV(B) | 70.43º | 0.14% | 0.64% | - |
| XYZ | 32.13 | 35.46 | 29.96 | - |
| YUV | 159.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 140 | 0.02 | 0 | 0.14 | 0.36 | 70.43 | 0.11 | 0.59 |
| Hex | 9F | A3 | 8C | 2 | 0 | E | 24 | 46 | B | 3B |
| Octal | 237 | 243 | 214 | 2 | 0 | 16 | 44 | 106 | 13 | 73 |
| Binary | 10011111 | 10100011 | 10001100 | 10 | 0 | 1110 | 100100 | 1000110 | 1011 | 111011 |
Color Harmonies of #9FA38C
Complementary color
Monochromatic Colors of #9FA38C
Black with #9FA38C
Text Example
Text Example
White with #9FA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA38C; }
p { color: rgb(159,163,140); }
H1.HeaderClassName
{
color: #9FA38C;
}
.AnyTagClassName
{
color: #9FA38C;
}
</style>
background-color css
<style>
a { background-color: #9FA38C; }
a { background-color: rgb(159,163,140); }
div.DivClassName
{
background-color: #9FA38C;
}
.BgClassName
{
background-color: #9FA38C;
}
</style>
border-color css
<style>
span { border-color: #9FA38C; }
span { border-color: rgb(159,163,140); }
td.TdClassName
{
border-color: #9FA38C;
}
.TagClassName
{
border-color: #9FA38C;
}
</style>