Shades of Spring Rain #9BBE8D
Tints of Spring Rain #9BBE8D
RGB
CMYK
RGB Variations
Color information
#9BBE8D (or 0x9BBE8D) is known color: Spring Rain. HEX triplet: 9B, BE and 8D. RGB value is (155,190,141). Sum of RGB (Red+Green+Blue) = 155+190+141=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE8D is #644172. Grayscale: #AEAEAE. Windows color (decimal): -6570355 or 9289371. OLE color: 9289371.
HSL color Cylindrical-coordinate representation of color #9BBE8D: hue angle of 102.86º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BBE8D is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 141 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.25 |
| HSL | 102.86º | 0.27% | 0.65% | - |
| HSV(B) | 102.86º | 0.26% | 0.75% | - |
| XYZ | 36.74 | 45.72 | 32.09 | - |
| YUV | 173.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 141 | 0.18 | 0 | 0.26 | 0.25 | 102.86 | 0.27 | 0.65 |
| Hex | 9B | BE | 8D | 12 | 0 | 1A | 19 | 67 | 1B | 41 |
| Octal | 233 | 276 | 215 | 22 | 0 | 32 | 31 | 147 | 33 | 101 |
| Binary | 10011011 | 10111110 | 10001101 | 10010 | 0 | 11010 | 11001 | 1100111 | 11011 | 1000001 |
Color Harmonies of #9BBE8D
Complementary color
Monochromatic Colors of #9BBE8D
Black with #9BBE8D
Text Example
Text Example
White with #9BBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE8D; }
p { color: rgb(155,190,141); }
H1.HeaderClassName
{
color: #9BBE8D;
}
.AnyTagClassName
{
color: #9BBE8D;
}
</style>
background-color css
<style>
a { background-color: #9BBE8D; }
a { background-color: rgb(155,190,141); }
div.DivClassName
{
background-color: #9BBE8D;
}
.BgClassName
{
background-color: #9BBE8D;
}
</style>
border-color css
<style>
span { border-color: #9BBE8D; }
span { border-color: rgb(155,190,141); }
td.TdClassName
{
border-color: #9BBE8D;
}
.TagClassName
{
border-color: #9BBE8D;
}
</style>