Shades of Bud #9DA18E
Tints of Bud #9DA18E
RGB
CMYK
RGB Variations
Color information
#9DA18E (or 0x9DA18E) is known color: Bud. HEX triplet: 9D, A1 and 8E. RGB value is (157,161,142). Sum of RGB (Red+Green+Blue) = 157+161+142=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA18E is #625E71. Grayscale: #9D9D9D. Windows color (decimal): -6446706 or 9347485. OLE color: 9347485.
HSL color Cylindrical-coordinate representation of color #9DA18E: hue angle of 72.63º degrees, saturation: 0.09, 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 #9DA18E is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 142 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.37 |
| HSL | 72.63º | 0.09% | 0.59% | - |
| HSV(B) | 72.63º | 0.12% | 0.63% | - |
| XYZ | 31.53 | 34.61 | 30.61 | - |
| YUV | 157.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 142 | 0.02 | 0 | 0.12 | 0.37 | 72.63 | 0.09 | 0.59 |
| Hex | 9D | A1 | 8E | 2 | 0 | C | 25 | 49 | 9 | 3B |
| Octal | 235 | 241 | 216 | 2 | 0 | 14 | 45 | 111 | 11 | 73 |
| Binary | 10011101 | 10100001 | 10001110 | 10 | 0 | 1100 | 100101 | 1001001 | 1001 | 111011 |
Color Harmonies of #9DA18E
Complementary color
Monochromatic Colors of #9DA18E
Black with #9DA18E
Text Example
Text Example
White with #9DA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA18E; }
p { color: rgb(157,161,142); }
H1.HeaderClassName
{
color: #9DA18E;
}
.AnyTagClassName
{
color: #9DA18E;
}
</style>
background-color css
<style>
a { background-color: #9DA18E; }
a { background-color: rgb(157,161,142); }
div.DivClassName
{
background-color: #9DA18E;
}
.BgClassName
{
background-color: #9DA18E;
}
</style>
border-color css
<style>
span { border-color: #9DA18E; }
span { border-color: rgb(157,161,142); }
td.TdClassName
{
border-color: #9DA18E;
}
.TagClassName
{
border-color: #9DA18E;
}
</style>