Shades of Bud #9DA18D
Tints of Bud #9DA18D
RGB
CMYK
RGB Variations
Color information
#9DA18D (or 0x9DA18D) is known color: Bud. HEX triplet: 9D, A1 and 8D. RGB value is (157,161,141). Sum of RGB (Red+Green+Blue) = 157+161+141=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA18D is #625E72. Grayscale: #9D9D9D. Windows color (decimal): -6446707 or 9281949. OLE color: 9281949.
HSL color Cylindrical-coordinate representation of color #9DA18D: hue angle of 72º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DA18D is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 141 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.37 |
| HSL | 72º | 0.1% | 0.59% | - |
| HSV(B) | 72º | 0.12% | 0.63% | - |
| XYZ | 31.46 | 34.58 | 30.22 | - |
| YUV | 157.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 141 | 0.02 | 0 | 0.12 | 0.37 | 72 | 0.1 | 0.59 |
| Hex | 9D | A1 | 8D | 2 | 0 | C | 25 | 48 | A | 3B |
| Octal | 235 | 241 | 215 | 2 | 0 | 14 | 45 | 110 | 12 | 73 |
| Binary | 10011101 | 10100001 | 10001101 | 10 | 0 | 1100 | 100101 | 1001000 | 1010 | 111011 |
Color Harmonies of #9DA18D
Complementary color
Monochromatic Colors of #9DA18D
Black with #9DA18D
Text Example
Text Example
White with #9DA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA18D; }
p { color: rgb(157,161,141); }
H1.HeaderClassName
{
color: #9DA18D;
}
.AnyTagClassName
{
color: #9DA18D;
}
</style>
background-color css
<style>
a { background-color: #9DA18D; }
a { background-color: rgb(157,161,141); }
div.DivClassName
{
background-color: #9DA18D;
}
.BgClassName
{
background-color: #9DA18D;
}
</style>
border-color css
<style>
span { border-color: #9DA18D; }
span { border-color: rgb(157,161,141); }
td.TdClassName
{
border-color: #9DA18D;
}
.TagClassName
{
border-color: #9DA18D;
}
</style>