Shades of Bud #9DA08C
Tints of Bud #9DA08C
RGB
CMYK
RGB Variations
Color information
#9DA08C (or 0x9DA08C) is known color: Bud. HEX triplet: 9D, A0 and 8C. RGB value is (157,160,140). Sum of RGB (Red+Green+Blue) = 157+160+140=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA08C is #625F73. Grayscale: #9C9C9C. Windows color (decimal): -6446964 or 9216157. OLE color: 9216157.
HSL color Cylindrical-coordinate representation of color #9DA08C: hue angle of 69º 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 #9DA08C is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 140 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.37 |
| HSL | 69º | 0.1% | 0.59% | - |
| HSV(B) | 69º | 0.13% | 0.63% | - |
| XYZ | 31.21 | 34.2 | 29.77 | - |
| YUV | 156.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 140 | 0.02 | 0 | 0.12 | 0.37 | 69 | 0.1 | 0.59 |
| Hex | 9D | A0 | 8C | 2 | 0 | C | 25 | 45 | A | 3B |
| Octal | 235 | 240 | 214 | 2 | 0 | 14 | 45 | 105 | 12 | 73 |
| Binary | 10011101 | 10100000 | 10001100 | 10 | 0 | 1100 | 100101 | 1000101 | 1010 | 111011 |
Color Harmonies of #9DA08C
Complementary color
Monochromatic Colors of #9DA08C
Black with #9DA08C
Text Example
Text Example
White with #9DA08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA08C; }
p { color: rgb(157,160,140); }
H1.HeaderClassName
{
color: #9DA08C;
}
.AnyTagClassName
{
color: #9DA08C;
}
</style>
background-color css
<style>
a { background-color: #9DA08C; }
a { background-color: rgb(157,160,140); }
div.DivClassName
{
background-color: #9DA08C;
}
.BgClassName
{
background-color: #9DA08C;
}
</style>
border-color css
<style>
span { border-color: #9DA08C; }
span { border-color: rgb(157,160,140); }
td.TdClassName
{
border-color: #9DA08C;
}
.TagClassName
{
border-color: #9DA08C;
}
</style>