Shades of Spring Rain #9DBF8D
Tints of Spring Rain #9DBF8D
RGB
CMYK
RGB Variations
Color information
#9DBF8D (or 0x9DBF8D) is known color: Spring Rain. HEX triplet: 9D, BF and 8D. RGB value is (157,191,141). Sum of RGB (Red+Green+Blue) = 157+191+141=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF8D is #624072. Grayscale: #AFAFAF. Windows color (decimal): -6439027 or 9289629. OLE color: 9289629.
HSL color Cylindrical-coordinate representation of color #9DBF8D: hue angle of 100.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DBF8D is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 141 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.25 |
| HSL | 100.8º | 0.28% | 0.65% | - |
| HSV(B) | 100.8º | 0.26% | 0.75% | - |
| XYZ | 37.34 | 46.35 | 32.18 | - |
| YUV | 175.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 141 | 0.18 | 0 | 0.26 | 0.25 | 100.8 | 0.28 | 0.65 |
| Hex | 9D | BF | 8D | 12 | 0 | 1A | 19 | 65 | 1C | 41 |
| Octal | 235 | 277 | 215 | 22 | 0 | 32 | 31 | 145 | 34 | 101 |
| Binary | 10011101 | 10111111 | 10001101 | 10010 | 0 | 11010 | 11001 | 1100101 | 11100 | 1000001 |
Color Harmonies of #9DBF8D
Complementary color
Monochromatic Colors of #9DBF8D
Black with #9DBF8D
Text Example
Text Example
White with #9DBF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF8D; }
p { color: rgb(157,191,141); }
H1.HeaderClassName
{
color: #9DBF8D;
}
.AnyTagClassName
{
color: #9DBF8D;
}
</style>
background-color css
<style>
a { background-color: #9DBF8D; }
a { background-color: rgb(157,191,141); }
div.DivClassName
{
background-color: #9DBF8D;
}
.BgClassName
{
background-color: #9DBF8D;
}
</style>
border-color css
<style>
span { border-color: #9DBF8D; }
span { border-color: rgb(157,191,141); }
td.TdClassName
{
border-color: #9DBF8D;
}
.TagClassName
{
border-color: #9DBF8D;
}
</style>