Shades of Spring Rain #9BBE94
Tints of Spring Rain #9BBE94
RGB
CMYK
RGB Variations
Color information
#9BBE94 (or 0x9BBE94) is known color: Spring Rain. HEX triplet: 9B, BE and 94. RGB value is (155,190,148). Sum of RGB (Red+Green+Blue) = 155+190+148=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE94 is #64416B. Grayscale: #AEAEAE. Windows color (decimal): -6570348 or 9748123. OLE color: 9748123.
HSL color Cylindrical-coordinate representation of color #9BBE94: hue angle of 110º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BBE94 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 148 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.25 |
| HSL | 110º | 0.24% | 0.66% | - |
| HSV(B) | 110º | 0.22% | 0.75% | - |
| XYZ | 37.28 | 45.93 | 34.92 | - |
| YUV | 174.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 148 | 0.18 | 0 | 0.22 | 0.25 | 110 | 0.24 | 0.66 |
| Hex | 9B | BE | 94 | 12 | 0 | 16 | 19 | 6E | 18 | 42 |
| Octal | 233 | 276 | 224 | 22 | 0 | 26 | 31 | 156 | 30 | 102 |
| Binary | 10011011 | 10111110 | 10010100 | 10010 | 0 | 10110 | 11001 | 1101110 | 11000 | 1000010 |
Color Harmonies of #9BBE94
Complementary color
Monochromatic Colors of #9BBE94
Black with #9BBE94
Text Example
Text Example
White with #9BBE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE94; }
p { color: rgb(155,190,148); }
H1.HeaderClassName
{
color: #9BBE94;
}
.AnyTagClassName
{
color: #9BBE94;
}
</style>
background-color css
<style>
a { background-color: #9BBE94; }
a { background-color: rgb(155,190,148); }
div.DivClassName
{
background-color: #9BBE94;
}
.BgClassName
{
background-color: #9BBE94;
}
</style>
border-color css
<style>
span { border-color: #9BBE94; }
span { border-color: rgb(155,190,148); }
td.TdClassName
{
border-color: #9BBE94;
}
.TagClassName
{
border-color: #9BBE94;
}
</style>