Shades of Spring Rain #9BBB95
Tints of Spring Rain #9BBB95
RGB
CMYK
RGB Variations
Color information
#9BBB95 (or 0x9BBB95) is known color: Spring Rain. HEX triplet: 9B, BB and 95. RGB value is (155,187,149). Sum of RGB (Red+Green+Blue) = 155+187+149=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBB95 is #64446A. Grayscale: #ADADAD. Windows color (decimal): -6571115 or 9812891. OLE color: 9812891.
HSL color Cylindrical-coordinate representation of color #9BBB95: hue angle of 110.53º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBB95 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 149 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.27 |
| HSL | 110.53º | 0.22% | 0.66% | - |
| HSV(B) | 110.53º | 0.2% | 0.73% | - |
| XYZ | 36.71 | 44.68 | 35.12 | - |
| YUV | 173.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 149 | 0.17 | 0 | 0.20 | 0.27 | 110.53 | 0.22 | 0.66 |
| Hex | 9B | BB | 95 | 11 | 0 | 14 | 1B | 6F | 16 | 42 |
| Octal | 233 | 273 | 225 | 21 | 0 | 24 | 33 | 157 | 26 | 102 |
| Binary | 10011011 | 10111011 | 10010101 | 10001 | 0 | 10100 | 11011 | 1101111 | 10110 | 1000010 |
Color Harmonies of #9BBB95
Complementary color
Monochromatic Colors of #9BBB95
Black with #9BBB95
Text Example
Text Example
White with #9BBB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB95; }
p { color: rgb(155,187,149); }
H1.HeaderClassName
{
color: #9BBB95;
}
.AnyTagClassName
{
color: #9BBB95;
}
</style>
background-color css
<style>
a { background-color: #9BBB95; }
a { background-color: rgb(155,187,149); }
div.DivClassName
{
background-color: #9BBB95;
}
.BgClassName
{
background-color: #9BBB95;
}
</style>
border-color css
<style>
span { border-color: #9BBB95; }
span { border-color: rgb(155,187,149); }
td.TdClassName
{
border-color: #9BBB95;
}
.TagClassName
{
border-color: #9BBB95;
}
</style>