Shades of Spring Rain #9DB49B
Tints of Spring Rain #9DB49B
RGB
CMYK
RGB Variations
Color information
#9DB49B (or 0x9DB49B) is known color: Spring Rain. HEX triplet: 9D, B4 and 9B. RGB value is (157,180,155). Sum of RGB (Red+Green+Blue) = 157+180+155=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB49B is #624B64. Grayscale: #AAAAAA. Windows color (decimal): -6441829 or 10204317. OLE color: 10204317.
HSL color Cylindrical-coordinate representation of color #9DB49B: hue angle of 115.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB49B is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 155 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.29 |
| HSL | 115.2º | 0.14% | 0.66% | - |
| HSV(B) | 115.2º | 0.14% | 0.71% | - |
| XYZ | 36.14 | 42.18 | 37.25 | - |
| YUV | 170.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 155 | 0.13 | 0 | 0.14 | 0.29 | 115.2 | 0.14 | 0.66 |
| Hex | 9D | B4 | 9B | D | 0 | E | 1D | 73 | E | 42 |
| Octal | 235 | 264 | 233 | 15 | 0 | 16 | 35 | 163 | 16 | 102 |
| Binary | 10011101 | 10110100 | 10011011 | 1101 | 0 | 1110 | 11101 | 1110011 | 1110 | 1000010 |
Color Harmonies of #9DB49B
Complementary color
Monochromatic Colors of #9DB49B
Black with #9DB49B
Text Example
Text Example
White with #9DB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB49B; }
p { color: rgb(157,180,155); }
H1.HeaderClassName
{
color: #9DB49B;
}
.AnyTagClassName
{
color: #9DB49B;
}
</style>
background-color css
<style>
a { background-color: #9DB49B; }
a { background-color: rgb(157,180,155); }
div.DivClassName
{
background-color: #9DB49B;
}
.BgClassName
{
background-color: #9DB49B;
}
</style>
border-color css
<style>
span { border-color: #9DB49B; }
span { border-color: rgb(157,180,155); }
td.TdClassName
{
border-color: #9DB49B;
}
.TagClassName
{
border-color: #9DB49B;
}
</style>