Shades of Spring Rain #9DB49A
Tints of Spring Rain #9DB49A
RGB
CMYK
RGB Variations
Color information
#9DB49A (or 0x9DB49A) is known color: Spring Rain. HEX triplet: 9D, B4 and 9A. RGB value is (157,180,154). Sum of RGB (Red+Green+Blue) = 157+180+154=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB49A is #624B65. Grayscale: #AAAAAA. Windows color (decimal): -6441830 or 10138781. OLE color: 10138781.
HSL color Cylindrical-coordinate representation of color #9DB49A: hue angle of 113.08º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB49A is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 154 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.29 |
| HSL | 113.08º | 0.15% | 0.65% | - |
| HSV(B) | 113.08º | 0.14% | 0.71% | - |
| XYZ | 36.06 | 42.14 | 36.81 | - |
| YUV | 170.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 154 | 0.13 | 0 | 0.14 | 0.29 | 113.08 | 0.15 | 0.65 |
| Hex | 9D | B4 | 9A | D | 0 | E | 1D | 71 | F | 41 |
| Octal | 235 | 264 | 232 | 15 | 0 | 16 | 35 | 161 | 17 | 101 |
| Binary | 10011101 | 10110100 | 10011010 | 1101 | 0 | 1110 | 11101 | 1110001 | 1111 | 1000001 |
Color Harmonies of #9DB49A
Complementary color
Monochromatic Colors of #9DB49A
Black with #9DB49A
Text Example
Text Example
White with #9DB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB49A; }
p { color: rgb(157,180,154); }
H1.HeaderClassName
{
color: #9DB49A;
}
.AnyTagClassName
{
color: #9DB49A;
}
</style>
background-color css
<style>
a { background-color: #9DB49A; }
a { background-color: rgb(157,180,154); }
div.DivClassName
{
background-color: #9DB49A;
}
.BgClassName
{
background-color: #9DB49A;
}
</style>
border-color css
<style>
span { border-color: #9DB49A; }
span { border-color: rgb(157,180,154); }
td.TdClassName
{
border-color: #9DB49A;
}
.TagClassName
{
border-color: #9DB49A;
}
</style>