Shades of Spring Rain #9BB88E
Tints of Spring Rain #9BB88E
RGB
CMYK
RGB Variations
Color information
#9BB88E (or 0x9BB88E) is known color: Spring Rain. HEX triplet: 9B, B8 and 8E. RGB value is (155,184,142). Sum of RGB (Red+Green+Blue) = 155+184+142=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB88E is #644771. Grayscale: #AAAAAA. Windows color (decimal): -6571890 or 9353371. OLE color: 9353371.
HSL color Cylindrical-coordinate representation of color #9BB88E: hue angle of 101.43º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BB88E is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 142 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.28 |
| HSL | 101.43º | 0.23% | 0.64% | - |
| HSV(B) | 101.43º | 0.23% | 0.72% | - |
| XYZ | 35.54 | 43.2 | 32.06 | - |
| YUV | 170.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 142 | 0.16 | 0 | 0.23 | 0.28 | 101.43 | 0.23 | 0.64 |
| Hex | 9B | B8 | 8E | 10 | 0 | 17 | 1C | 65 | 17 | 40 |
| Octal | 233 | 270 | 216 | 20 | 0 | 27 | 34 | 145 | 27 | 100 |
| Binary | 10011011 | 10111000 | 10001110 | 10000 | 0 | 10111 | 11100 | 1100101 | 10111 | 1000000 |
Color Harmonies of #9BB88E
Complementary color
Monochromatic Colors of #9BB88E
Black with #9BB88E
Text Example
Text Example
White with #9BB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB88E; }
p { color: rgb(155,184,142); }
H1.HeaderClassName
{
color: #9BB88E;
}
.AnyTagClassName
{
color: #9BB88E;
}
</style>
background-color css
<style>
a { background-color: #9BB88E; }
a { background-color: rgb(155,184,142); }
div.DivClassName
{
background-color: #9BB88E;
}
.BgClassName
{
background-color: #9BB88E;
}
</style>
border-color css
<style>
span { border-color: #9BB88E; }
span { border-color: rgb(155,184,142); }
td.TdClassName
{
border-color: #9BB88E;
}
.TagClassName
{
border-color: #9BB88E;
}
</style>