Shades of Spring Rain #9BBD8D
Tints of Spring Rain #9BBD8D
RGB
CMYK
RGB Variations
Color information
#9BBD8D (or 0x9BBD8D) is known color: Spring Rain. HEX triplet: 9B, BD and 8D. RGB value is (155,189,141). Sum of RGB (Red+Green+Blue) = 155+189+141=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD8D is #644272. Grayscale: #ADADAD. Windows color (decimal): -6570611 or 9289115. OLE color: 9289115.
HSL color Cylindrical-coordinate representation of color #9BBD8D: hue angle of 102.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BBD8D is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 141 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.26 |
| HSL | 102.5º | 0.27% | 0.65% | - |
| HSV(B) | 102.5º | 0.25% | 0.74% | - |
| XYZ | 36.52 | 45.29 | 32.02 | - |
| YUV | 173.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 141 | 0.18 | 0 | 0.25 | 0.26 | 102.5 | 0.27 | 0.65 |
| Hex | 9B | BD | 8D | 12 | 0 | 19 | 1A | 66 | 1B | 41 |
| Octal | 233 | 275 | 215 | 22 | 0 | 31 | 32 | 146 | 33 | 101 |
| Binary | 10011011 | 10111101 | 10001101 | 10010 | 0 | 11001 | 11010 | 1100110 | 11011 | 1000001 |
Color Harmonies of #9BBD8D
Complementary color
Monochromatic Colors of #9BBD8D
Black with #9BBD8D
Text Example
Text Example
White with #9BBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD8D; }
p { color: rgb(155,189,141); }
H1.HeaderClassName
{
color: #9BBD8D;
}
.AnyTagClassName
{
color: #9BBD8D;
}
</style>
background-color css
<style>
a { background-color: #9BBD8D; }
a { background-color: rgb(155,189,141); }
div.DivClassName
{
background-color: #9BBD8D;
}
.BgClassName
{
background-color: #9BBD8D;
}
</style>
border-color css
<style>
span { border-color: #9BBD8D; }
span { border-color: rgb(155,189,141); }
td.TdClassName
{
border-color: #9BBD8D;
}
.TagClassName
{
border-color: #9BBD8D;
}
</style>