Shades of Spring Rain #9DB197
Tints of Spring Rain #9DB197
RGB
CMYK
RGB Variations
Color information
#9DB197 (or 0x9DB197) is known color: Spring Rain. HEX triplet: 9D, B1 and 97. RGB value is (157,177,151). Sum of RGB (Red+Green+Blue) = 157+177+151=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB197 is #624E68. Grayscale: #A8A8A8. Windows color (decimal): -6442601 or 9941405. OLE color: 9941405.
HSL color Cylindrical-coordinate representation of color #9DB197: hue angle of 106.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DB197 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 151 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.31 |
| HSL | 106.15º | 0.14% | 0.64% | - |
| HSV(B) | 106.15º | 0.15% | 0.69% | - |
| XYZ | 35.21 | 40.85 | 35.31 | - |
| YUV | 168.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 151 | 0.11 | 0 | 0.15 | 0.31 | 106.15 | 0.14 | 0.64 |
| Hex | 9D | B1 | 97 | B | 0 | F | 1F | 6A | E | 40 |
| Octal | 235 | 261 | 227 | 13 | 0 | 17 | 37 | 152 | 16 | 100 |
| Binary | 10011101 | 10110001 | 10010111 | 1011 | 0 | 1111 | 11111 | 1101010 | 1110 | 1000000 |
Color Harmonies of #9DB197
Complementary color
Monochromatic Colors of #9DB197
Black with #9DB197
Text Example
Text Example
White with #9DB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB197; }
p { color: rgb(157,177,151); }
H1.HeaderClassName
{
color: #9DB197;
}
.AnyTagClassName
{
color: #9DB197;
}
</style>
background-color css
<style>
a { background-color: #9DB197; }
a { background-color: rgb(157,177,151); }
div.DivClassName
{
background-color: #9DB197;
}
.BgClassName
{
background-color: #9DB197;
}
</style>
border-color css
<style>
span { border-color: #9DB197; }
span { border-color: rgb(157,177,151); }
td.TdClassName
{
border-color: #9DB197;
}
.TagClassName
{
border-color: #9DB197;
}
</style>