Shades of Spring Rain #9BBD92
Tints of Spring Rain #9BBD92
RGB
CMYK
RGB Variations
Color information
#9BBD92 (or 0x9BBD92) is known color: Spring Rain. HEX triplet: 9B, BD and 92. RGB value is (155,189,146). Sum of RGB (Red+Green+Blue) = 155+189+146=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD92 is #64426D. Grayscale: #AEAEAE. Windows color (decimal): -6570606 or 9616795. OLE color: 9616795.
HSL color Cylindrical-coordinate representation of color #9BBD92: hue angle of 107.44º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BBD92 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 146 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.26 |
| HSL | 107.44º | 0.25% | 0.66% | - |
| HSV(B) | 107.44º | 0.23% | 0.74% | - |
| XYZ | 36.9 | 45.44 | 34.02 | - |
| YUV | 173.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 146 | 0.18 | 0 | 0.23 | 0.26 | 107.44 | 0.25 | 0.66 |
| Hex | 9B | BD | 92 | 12 | 0 | 17 | 1A | 6B | 19 | 42 |
| Octal | 233 | 275 | 222 | 22 | 0 | 27 | 32 | 153 | 31 | 102 |
| Binary | 10011011 | 10111101 | 10010010 | 10010 | 0 | 10111 | 11010 | 1101011 | 11001 | 1000010 |
Color Harmonies of #9BBD92
Complementary color
Monochromatic Colors of #9BBD92
Black with #9BBD92
Text Example
Text Example
White with #9BBD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD92; }
p { color: rgb(155,189,146); }
H1.HeaderClassName
{
color: #9BBD92;
}
.AnyTagClassName
{
color: #9BBD92;
}
</style>
background-color css
<style>
a { background-color: #9BBD92; }
a { background-color: rgb(155,189,146); }
div.DivClassName
{
background-color: #9BBD92;
}
.BgClassName
{
background-color: #9BBD92;
}
</style>
border-color css
<style>
span { border-color: #9BBD92; }
span { border-color: rgb(155,189,146); }
td.TdClassName
{
border-color: #9BBD92;
}
.TagClassName
{
border-color: #9BBD92;
}
</style>