Shades of Spring Rain #9BBA8F
Tints of Spring Rain #9BBA8F
RGB
CMYK
RGB Variations
Color information
#9BBA8F (or 0x9BBA8F) is known color: Spring Rain. HEX triplet: 9B, BA and 8F. RGB value is (155,186,143). Sum of RGB (Red+Green+Blue) = 155+186+143=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA8F is #644570. Grayscale: #ABABAB. Windows color (decimal): -6571377 or 9419419. OLE color: 9419419.
HSL color Cylindrical-coordinate representation of color #9BBA8F: hue angle of 103.26º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BBA8F is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 143 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.27 |
| HSL | 103.26º | 0.24% | 0.65% | - |
| HSV(B) | 103.26º | 0.23% | 0.73% | - |
| XYZ | 36.03 | 44.07 | 32.59 | - |
| YUV | 171.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 143 | 0.17 | 0 | 0.23 | 0.27 | 103.26 | 0.24 | 0.65 |
| Hex | 9B | BA | 8F | 11 | 0 | 17 | 1B | 67 | 18 | 41 |
| Octal | 233 | 272 | 217 | 21 | 0 | 27 | 33 | 147 | 30 | 101 |
| Binary | 10011011 | 10111010 | 10001111 | 10001 | 0 | 10111 | 11011 | 1100111 | 11000 | 1000001 |
Color Harmonies of #9BBA8F
Complementary color
Monochromatic Colors of #9BBA8F
Black with #9BBA8F
Text Example
Text Example
White with #9BBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA8F; }
p { color: rgb(155,186,143); }
H1.HeaderClassName
{
color: #9BBA8F;
}
.AnyTagClassName
{
color: #9BBA8F;
}
</style>
background-color css
<style>
a { background-color: #9BBA8F; }
a { background-color: rgb(155,186,143); }
div.DivClassName
{
background-color: #9BBA8F;
}
.BgClassName
{
background-color: #9BBA8F;
}
</style>
border-color css
<style>
span { border-color: #9BBA8F; }
span { border-color: rgb(155,186,143); }
td.TdClassName
{
border-color: #9BBA8F;
}
.TagClassName
{
border-color: #9BBA8F;
}
</style>