Shades of Spring Rain #9DBE9D
Tints of Spring Rain #9DBE9D
RGB
CMYK
RGB Variations
Color information
#9DBE9D (or 0x9DBE9D) is known color: Spring Rain. HEX triplet: 9D, BE and 9D. RGB value is (157,190,157). Sum of RGB (Red+Green+Blue) = 157+190+157=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE9D is #624162. Grayscale: #B0B0B0. Windows color (decimal): -6439267 or 10337949. OLE color: 10337949.
HSL color Cylindrical-coordinate representation of color #9DBE9D: hue angle of 120º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBE9D is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 157 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.25 |
| HSL | 120º | 0.2% | 0.68% | - |
| HSV(B) | 120º | 0.17% | 0.75% | - |
| XYZ | 38.4 | 46.43 | 38.84 | - |
| YUV | 176.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 157 | 0.17 | 0 | 0.17 | 0.25 | 120 | 0.2 | 0.68 |
| Hex | 9D | BE | 9D | 11 | 0 | 11 | 19 | 78 | 14 | 44 |
| Octal | 235 | 276 | 235 | 21 | 0 | 21 | 31 | 170 | 24 | 104 |
| Binary | 10011101 | 10111110 | 10011101 | 10001 | 0 | 10001 | 11001 | 1111000 | 10100 | 1000100 |
Color Harmonies of #9DBE9D
Complementary color
Monochromatic Colors of #9DBE9D
Black with #9DBE9D
Text Example
Text Example
White with #9DBE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE9D; }
p { color: rgb(157,190,157); }
H1.HeaderClassName
{
color: #9DBE9D;
}
.AnyTagClassName
{
color: #9DBE9D;
}
</style>
background-color css
<style>
a { background-color: #9DBE9D; }
a { background-color: rgb(157,190,157); }
div.DivClassName
{
background-color: #9DBE9D;
}
.BgClassName
{
background-color: #9DBE9D;
}
</style>
border-color css
<style>
span { border-color: #9DBE9D; }
span { border-color: rgb(157,190,157); }
td.TdClassName
{
border-color: #9DBE9D;
}
.TagClassName
{
border-color: #9DBE9D;
}
</style>