Shades of Bud #9DA38B
Tints of Bud #9DA38B
RGB
CMYK
RGB Variations
Color information
#9DA38B (or 0x9DA38B) is known color: Bud. HEX triplet: 9D, A3 and 8B. RGB value is (157,163,139). Sum of RGB (Red+Green+Blue) = 157+163+139=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA38B is #625C74. Grayscale: #9E9E9E. Windows color (decimal): -6446197 or 9151389. OLE color: 9151389.
HSL color Cylindrical-coordinate representation of color #9DA38B: hue angle of 75º 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 #9DA38B is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 139 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.36 |
| HSL | 75º | 0.12% | 0.59% | - |
| HSV(B) | 75º | 0.15% | 0.64% | - |
| XYZ | 31.66 | 35.23 | 29.56 | - |
| YUV | 158.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 139 | 0.04 | 0 | 0.15 | 0.36 | 75 | 0.12 | 0.59 |
| Hex | 9D | A3 | 8B | 4 | 0 | F | 24 | 4B | C | 3B |
| Octal | 235 | 243 | 213 | 4 | 0 | 17 | 44 | 113 | 14 | 73 |
| Binary | 10011101 | 10100011 | 10001011 | 100 | 0 | 1111 | 100100 | 1001011 | 1100 | 111011 |
Color Harmonies of #9DA38B
Complementary color
Monochromatic Colors of #9DA38B
Black with #9DA38B
Text Example
Text Example
White with #9DA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA38B; }
p { color: rgb(157,163,139); }
H1.HeaderClassName
{
color: #9DA38B;
}
.AnyTagClassName
{
color: #9DA38B;
}
</style>
background-color css
<style>
a { background-color: #9DA38B; }
a { background-color: rgb(157,163,139); }
div.DivClassName
{
background-color: #9DA38B;
}
.BgClassName
{
background-color: #9DA38B;
}
</style>
border-color css
<style>
span { border-color: #9DA38B; }
span { border-color: rgb(157,163,139); }
td.TdClassName
{
border-color: #9DA38B;
}
.TagClassName
{
border-color: #9DA38B;
}
</style>