Shades of Bud #9DA28C
Tints of Bud #9DA28C
RGB
CMYK
RGB Variations
Color information
#9DA28C (or 0x9DA28C) is known color: Bud. HEX triplet: 9D, A2 and 8C. RGB value is (157,162,140). Sum of RGB (Red+Green+Blue) = 157+162+140=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA28C is #625D73. Grayscale: #9E9E9E. Windows color (decimal): -6446452 or 9216669. OLE color: 9216669.
HSL color Cylindrical-coordinate representation of color #9DA28C: hue angle of 73.64º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DA28C is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 140 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.36 |
| HSL | 73.64º | 0.11% | 0.59% | - |
| HSV(B) | 73.64º | 0.14% | 0.64% | - |
| XYZ | 31.56 | 34.9 | 29.88 | - |
| YUV | 158 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 140 | 0.03 | 0 | 0.14 | 0.36 | 73.64 | 0.11 | 0.59 |
| Hex | 9D | A2 | 8C | 3 | 0 | E | 24 | 4A | B | 3B |
| Octal | 235 | 242 | 214 | 3 | 0 | 16 | 44 | 112 | 13 | 73 |
| Binary | 10011101 | 10100010 | 10001100 | 11 | 0 | 1110 | 100100 | 1001010 | 1011 | 111011 |
Color Harmonies of #9DA28C
Complementary color
Monochromatic Colors of #9DA28C
Black with #9DA28C
Text Example
Text Example
White with #9DA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA28C; }
p { color: rgb(157,162,140); }
H1.HeaderClassName
{
color: #9DA28C;
}
.AnyTagClassName
{
color: #9DA28C;
}
</style>
background-color css
<style>
a { background-color: #9DA28C; }
a { background-color: rgb(157,162,140); }
div.DivClassName
{
background-color: #9DA28C;
}
.BgClassName
{
background-color: #9DA28C;
}
</style>
border-color css
<style>
span { border-color: #9DA28C; }
span { border-color: rgb(157,162,140); }
td.TdClassName
{
border-color: #9DA28C;
}
.TagClassName
{
border-color: #9DA28C;
}
</style>