Shades of Spring Rain #9DBE9A
Tints of Spring Rain #9DBE9A
RGB
CMYK
RGB Variations
Color information
#9DBE9A (or 0x9DBE9A) is known color: Spring Rain. HEX triplet: 9D, BE and 9A. RGB value is (157,190,154). Sum of RGB (Red+Green+Blue) = 157+190+154=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE9A is #624165. Grayscale: #B0B0B0. Windows color (decimal): -6439270 or 10141341. OLE color: 10141341.
HSL color Cylindrical-coordinate representation of color #9DBE9A: hue angle of 115º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DBE9A is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 154 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.25 |
| HSL | 115º | 0.22% | 0.67% | - |
| HSV(B) | 115º | 0.19% | 0.75% | - |
| XYZ | 38.15 | 46.33 | 37.5 | - |
| YUV | 176.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 154 | 0.17 | 0 | 0.19 | 0.25 | 115 | 0.22 | 0.67 |
| Hex | 9D | BE | 9A | 11 | 0 | 13 | 19 | 73 | 16 | 43 |
| Octal | 235 | 276 | 232 | 21 | 0 | 23 | 31 | 163 | 26 | 103 |
| Binary | 10011101 | 10111110 | 10011010 | 10001 | 0 | 10011 | 11001 | 1110011 | 10110 | 1000011 |
Color Harmonies of #9DBE9A
Complementary color
Monochromatic Colors of #9DBE9A
Black with #9DBE9A
Text Example
Text Example
White with #9DBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE9A; }
p { color: rgb(157,190,154); }
H1.HeaderClassName
{
color: #9DBE9A;
}
.AnyTagClassName
{
color: #9DBE9A;
}
</style>
background-color css
<style>
a { background-color: #9DBE9A; }
a { background-color: rgb(157,190,154); }
div.DivClassName
{
background-color: #9DBE9A;
}
.BgClassName
{
background-color: #9DBE9A;
}
</style>
border-color css
<style>
span { border-color: #9DBE9A; }
span { border-color: rgb(157,190,154); }
td.TdClassName
{
border-color: #9DBE9A;
}
.TagClassName
{
border-color: #9DBE9A;
}
</style>