Shades of Bud #9FAA85
Tints of Bud #9FAA85
RGB
CMYK
RGB Variations
Color information
#9FAA85 (or 0x9FAA85) is known color: Bud. HEX triplet: 9F, AA and 85. RGB value is (159,170,133). Sum of RGB (Red+Green+Blue) = 159+170+133=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA85 is #60557A. Grayscale: #A2A2A2. Windows color (decimal): -6313339 or 8759967. OLE color: 8759967.
HSL color Cylindrical-coordinate representation of color #9FAA85: hue angle of 77.84º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FAA85 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 133 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.33 |
| HSL | 77.84º | 0.18% | 0.59% | - |
| HSV(B) | 77.84º | 0.22% | 0.67% | - |
| XYZ | 32.91 | 37.81 | 27.75 | - |
| YUV | 162.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 133 | 0.06 | 0 | 0.22 | 0.33 | 77.84 | 0.18 | 0.59 |
| Hex | 9F | AA | 85 | 6 | 0 | 16 | 21 | 4E | 12 | 3B |
| Octal | 237 | 252 | 205 | 6 | 0 | 26 | 41 | 116 | 22 | 73 |
| Binary | 10011111 | 10101010 | 10000101 | 110 | 0 | 10110 | 100001 | 1001110 | 10010 | 111011 |
Color Harmonies of #9FAA85
Complementary color
Monochromatic Colors of #9FAA85
Black with #9FAA85
Text Example
Text Example
White with #9FAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA85; }
p { color: rgb(159,170,133); }
H1.HeaderClassName
{
color: #9FAA85;
}
.AnyTagClassName
{
color: #9FAA85;
}
</style>
background-color css
<style>
a { background-color: #9FAA85; }
a { background-color: rgb(159,170,133); }
div.DivClassName
{
background-color: #9FAA85;
}
.BgClassName
{
background-color: #9FAA85;
}
</style>
border-color css
<style>
span { border-color: #9FAA85; }
span { border-color: rgb(159,170,133); }
td.TdClassName
{
border-color: #9FAA85;
}
.TagClassName
{
border-color: #9FAA85;
}
</style>