Shades of Bud #9DA288
Tints of Bud #9DA288
RGB
CMYK
RGB Variations
Color information
#9DA288 (or 0x9DA288) is known color: Bud. HEX triplet: 9D, A2 and 88. RGB value is (157,162,136). Sum of RGB (Red+Green+Blue) = 157+162+136=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA288 is #625D77. Grayscale: #9D9D9D. Windows color (decimal): -6446456 or 8954525. OLE color: 8954525.
HSL color Cylindrical-coordinate representation of color #9DA288: hue angle of 71.54º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DA288 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 136 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.36 |
| HSL | 71.54º | 0.12% | 0.58% | - |
| HSV(B) | 71.54º | 0.16% | 0.64% | - |
| XYZ | 31.27 | 34.79 | 28.36 | - |
| YUV | 157.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 136 | 0.03 | 0 | 0.16 | 0.36 | 71.54 | 0.12 | 0.58 |
| Hex | 9D | A2 | 88 | 3 | 0 | 10 | 24 | 48 | C | 3A |
| Octal | 235 | 242 | 210 | 3 | 0 | 20 | 44 | 110 | 14 | 72 |
| Binary | 10011101 | 10100010 | 10001000 | 11 | 0 | 10000 | 100100 | 1001000 | 1100 | 111010 |
Color Harmonies of #9DA288
Complementary color
Monochromatic Colors of #9DA288
Black with #9DA288
Text Example
Text Example
White with #9DA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA288; }
p { color: rgb(157,162,136); }
H1.HeaderClassName
{
color: #9DA288;
}
.AnyTagClassName
{
color: #9DA288;
}
</style>
background-color css
<style>
a { background-color: #9DA288; }
a { background-color: rgb(157,162,136); }
div.DivClassName
{
background-color: #9DA288;
}
.BgClassName
{
background-color: #9DA288;
}
</style>
border-color css
<style>
span { border-color: #9DA288; }
span { border-color: rgb(157,162,136); }
td.TdClassName
{
border-color: #9DA288;
}
.TagClassName
{
border-color: #9DA288;
}
</style>