Shades of Spring Rain #9BB892
Tints of Spring Rain #9BB892
RGB
CMYK
RGB Variations
Color information
#9BB892 (or 0x9BB892) is known color: Spring Rain. HEX triplet: 9B, B8 and 92. RGB value is (155,184,146). Sum of RGB (Red+Green+Blue) = 155+184+146=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB892 is #64476D. Grayscale: #ABABAB. Windows color (decimal): -6571886 or 9615515. OLE color: 9615515.
HSL color Cylindrical-coordinate representation of color #9BB892: hue angle of 105.79º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BB892 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 184 | 146 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.28 |
| HSL | 105.79º | 0.21% | 0.65% | - |
| HSV(B) | 105.79º | 0.21% | 0.72% | - |
| XYZ | 35.85 | 43.32 | 33.67 | - |
| YUV | 171 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 146 | 0.16 | 0 | 0.21 | 0.28 | 105.79 | 0.21 | 0.65 |
| Hex | 9B | B8 | 92 | 10 | 0 | 15 | 1C | 6A | 15 | 41 |
| Octal | 233 | 270 | 222 | 20 | 0 | 25 | 34 | 152 | 25 | 101 |
| Binary | 10011011 | 10111000 | 10010010 | 10000 | 0 | 10101 | 11100 | 1101010 | 10101 | 1000001 |
Color Harmonies of #9BB892
Complementary color
Monochromatic Colors of #9BB892
Black with #9BB892
Text Example
Text Example
White with #9BB892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB892; }
p { color: rgb(155,184,146); }
H1.HeaderClassName
{
color: #9BB892;
}
.AnyTagClassName
{
color: #9BB892;
}
</style>
background-color css
<style>
a { background-color: #9BB892; }
a { background-color: rgb(155,184,146); }
div.DivClassName
{
background-color: #9BB892;
}
.BgClassName
{
background-color: #9BB892;
}
</style>
border-color css
<style>
span { border-color: #9BB892; }
span { border-color: rgb(155,184,146); }
td.TdClassName
{
border-color: #9BB892;
}
.TagClassName
{
border-color: #9BB892;
}
</style>