Shades of Bud #9DA18A
Tints of Bud #9DA18A
RGB
CMYK
RGB Variations
Color information
#9DA18A (or 0x9DA18A) is known color: Bud. HEX triplet: 9D, A1 and 8A. RGB value is (157,161,138). Sum of RGB (Red+Green+Blue) = 157+161+138=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA18A is #625E75. Grayscale: #9D9D9D. Windows color (decimal): -6446710 or 9085341. OLE color: 9085341.
HSL color Cylindrical-coordinate representation of color #9DA18A: hue angle of 70.43º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DA18A is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 138 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.37 |
| HSL | 70.43º | 0.11% | 0.59% | - |
| HSV(B) | 70.43º | 0.14% | 0.63% | - |
| XYZ | 31.24 | 34.49 | 29.06 | - |
| YUV | 157.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 138 | 0.02 | 0 | 0.14 | 0.37 | 70.43 | 0.11 | 0.59 |
| Hex | 9D | A1 | 8A | 2 | 0 | E | 25 | 46 | B | 3B |
| Octal | 235 | 241 | 212 | 2 | 0 | 16 | 45 | 106 | 13 | 73 |
| Binary | 10011101 | 10100001 | 10001010 | 10 | 0 | 1110 | 100101 | 1000110 | 1011 | 111011 |
Color Harmonies of #9DA18A
Complementary color
Monochromatic Colors of #9DA18A
Black with #9DA18A
Text Example
Text Example
White with #9DA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA18A; }
p { color: rgb(157,161,138); }
H1.HeaderClassName
{
color: #9DA18A;
}
.AnyTagClassName
{
color: #9DA18A;
}
</style>
background-color css
<style>
a { background-color: #9DA18A; }
a { background-color: rgb(157,161,138); }
div.DivClassName
{
background-color: #9DA18A;
}
.BgClassName
{
background-color: #9DA18A;
}
</style>
border-color css
<style>
span { border-color: #9DA18A; }
span { border-color: rgb(157,161,138); }
td.TdClassName
{
border-color: #9DA18A;
}
.TagClassName
{
border-color: #9DA18A;
}
</style>