Shades of Spring Rain #9DBD9A
Tints of Spring Rain #9DBD9A
RGB
CMYK
RGB Variations
Color information
#9DBD9A (or 0x9DBD9A) is known color: Spring Rain. HEX triplet: 9D, BD and 9A. RGB value is (157,189,154). Sum of RGB (Red+Green+Blue) = 157+189+154=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD9A is #624265. Grayscale: #AFAFAF. Windows color (decimal): -6439526 or 10141085. OLE color: 10141085.
HSL color Cylindrical-coordinate representation of color #9DBD9A: hue angle of 114.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DBD9A is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 154 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.26 |
| HSL | 114.86º | 0.21% | 0.67% | - |
| HSV(B) | 114.86º | 0.19% | 0.74% | - |
| XYZ | 37.93 | 45.9 | 37.43 | - |
| YUV | 175.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 154 | 0.17 | 0 | 0.19 | 0.26 | 114.86 | 0.21 | 0.67 |
| Hex | 9D | BD | 9A | 11 | 0 | 13 | 1A | 73 | 15 | 43 |
| Octal | 235 | 275 | 232 | 21 | 0 | 23 | 32 | 163 | 25 | 103 |
| Binary | 10011101 | 10111101 | 10011010 | 10001 | 0 | 10011 | 11010 | 1110011 | 10101 | 1000011 |
Color Harmonies of #9DBD9A
Complementary color
Monochromatic Colors of #9DBD9A
Black with #9DBD9A
Text Example
Text Example
White with #9DBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD9A; }
p { color: rgb(157,189,154); }
H1.HeaderClassName
{
color: #9DBD9A;
}
.AnyTagClassName
{
color: #9DBD9A;
}
</style>
background-color css
<style>
a { background-color: #9DBD9A; }
a { background-color: rgb(157,189,154); }
div.DivClassName
{
background-color: #9DBD9A;
}
.BgClassName
{
background-color: #9DBD9A;
}
</style>
border-color css
<style>
span { border-color: #9DBD9A; }
span { border-color: rgb(157,189,154); }
td.TdClassName
{
border-color: #9DBD9A;
}
.TagClassName
{
border-color: #9DBD9A;
}
</style>