Shades of Spring Rain #9BBE92
Tints of Spring Rain #9BBE92
RGB
CMYK
RGB Variations
Color information
#9BBE92 (or 0x9BBE92) is known color: Spring Rain. HEX triplet: 9B, BE and 92. RGB value is (155,190,146). Sum of RGB (Red+Green+Blue) = 155+190+146=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE92 is #64416D. Grayscale: #AEAEAE. Windows color (decimal): -6570350 or 9617051. OLE color: 9617051.
HSL color Cylindrical-coordinate representation of color #9BBE92: hue angle of 107.73º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BBE92 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 146 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.25 |
| HSL | 107.73º | 0.25% | 0.66% | - |
| HSV(B) | 107.73º | 0.23% | 0.75% | - |
| XYZ | 37.12 | 45.87 | 34.09 | - |
| YUV | 174.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 146 | 0.18 | 0 | 0.23 | 0.25 | 107.73 | 0.25 | 0.66 |
| Hex | 9B | BE | 92 | 12 | 0 | 17 | 19 | 6C | 19 | 42 |
| Octal | 233 | 276 | 222 | 22 | 0 | 27 | 31 | 154 | 31 | 102 |
| Binary | 10011011 | 10111110 | 10010010 | 10010 | 0 | 10111 | 11001 | 1101100 | 11001 | 1000010 |
Color Harmonies of #9BBE92
Complementary color
Monochromatic Colors of #9BBE92
Black with #9BBE92
Text Example
Text Example
White with #9BBE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE92; }
p { color: rgb(155,190,146); }
H1.HeaderClassName
{
color: #9BBE92;
}
.AnyTagClassName
{
color: #9BBE92;
}
</style>
background-color css
<style>
a { background-color: #9BBE92; }
a { background-color: rgb(155,190,146); }
div.DivClassName
{
background-color: #9BBE92;
}
.BgClassName
{
background-color: #9BBE92;
}
</style>
border-color css
<style>
span { border-color: #9BBE92; }
span { border-color: rgb(155,190,146); }
td.TdClassName
{
border-color: #9BBE92;
}
.TagClassName
{
border-color: #9BBE92;
}
</style>