Shades of Bud #9DA289
Tints of Bud #9DA289
RGB
CMYK
RGB Variations
Color information
#9DA289 (or 0x9DA289) is known color: Bud. HEX triplet: 9D, A2 and 89. RGB value is (157,162,137). Sum of RGB (Red+Green+Blue) = 157+162+137=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA289 is #625D76. Grayscale: #9D9D9D. Windows color (decimal): -6446455 or 9020061. OLE color: 9020061.
HSL color Cylindrical-coordinate representation of color #9DA289: hue angle of 72º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DA289 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 137 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.36 |
| HSL | 72º | 0.12% | 0.59% | - |
| HSV(B) | 72º | 0.15% | 0.64% | - |
| XYZ | 31.34 | 34.81 | 28.74 | - |
| YUV | 157.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 137 | 0.03 | 0 | 0.15 | 0.36 | 72 | 0.12 | 0.59 |
| Hex | 9D | A2 | 89 | 3 | 0 | F | 24 | 48 | C | 3B |
| Octal | 235 | 242 | 211 | 3 | 0 | 17 | 44 | 110 | 14 | 73 |
| Binary | 10011101 | 10100010 | 10001001 | 11 | 0 | 1111 | 100100 | 1001000 | 1100 | 111011 |
Color Harmonies of #9DA289
Complementary color
Monochromatic Colors of #9DA289
Black with #9DA289
Text Example
Text Example
White with #9DA289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA289; }
p { color: rgb(157,162,137); }
H1.HeaderClassName
{
color: #9DA289;
}
.AnyTagClassName
{
color: #9DA289;
}
</style>
background-color css
<style>
a { background-color: #9DA289; }
a { background-color: rgb(157,162,137); }
div.DivClassName
{
background-color: #9DA289;
}
.BgClassName
{
background-color: #9DA289;
}
</style>
border-color css
<style>
span { border-color: #9DA289; }
span { border-color: rgb(157,162,137); }
td.TdClassName
{
border-color: #9DA289;
}
.TagClassName
{
border-color: #9DA289;
}
</style>