Shades of Spring Rain #9BBB99
Tints of Spring Rain #9BBB99
RGB
CMYK
RGB Variations
Color information
#9BBB99 (or 0x9BBB99) is known color: Spring Rain. HEX triplet: 9B, BB and 99. RGB value is (155,187,153). Sum of RGB (Red+Green+Blue) = 155+187+153=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBB99 is #644466. Grayscale: #ADADAD. Windows color (decimal): -6571111 or 10075035. OLE color: 10075035.
HSL color Cylindrical-coordinate representation of color #9BBB99: hue angle of 116.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBB99 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 153 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.27 |
| HSL | 116.47º | 0.2% | 0.67% | - |
| HSV(B) | 116.47º | 0.18% | 0.73% | - |
| XYZ | 37.04 | 44.81 | 36.83 | - |
| YUV | 173.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 153 | 0.17 | 0 | 0.18 | 0.27 | 116.47 | 0.2 | 0.67 |
| Hex | 9B | BB | 99 | 11 | 0 | 12 | 1B | 74 | 14 | 43 |
| Octal | 233 | 273 | 231 | 21 | 0 | 22 | 33 | 164 | 24 | 103 |
| Binary | 10011011 | 10111011 | 10011001 | 10001 | 0 | 10010 | 11011 | 1110100 | 10100 | 1000011 |
Color Harmonies of #9BBB99
Complementary color
Monochromatic Colors of #9BBB99
Black with #9BBB99
Text Example
Text Example
White with #9BBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB99; }
p { color: rgb(155,187,153); }
H1.HeaderClassName
{
color: #9BBB99;
}
.AnyTagClassName
{
color: #9BBB99;
}
</style>
background-color css
<style>
a { background-color: #9BBB99; }
a { background-color: rgb(155,187,153); }
div.DivClassName
{
background-color: #9BBB99;
}
.BgClassName
{
background-color: #9BBB99;
}
</style>
border-color css
<style>
span { border-color: #9BBB99; }
span { border-color: rgb(155,187,153); }
td.TdClassName
{
border-color: #9BBB99;
}
.TagClassName
{
border-color: #9BBB99;
}
</style>