Shades of Spring Rain #9BB492
Tints of Spring Rain #9BB492
RGB
CMYK
RGB Variations
Color information
#9BB492 (or 0x9BB492) is known color: Spring Rain. HEX triplet: 9B, B4 and 92. RGB value is (155,180,146). Sum of RGB (Red+Green+Blue) = 155+180+146=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB492 is #644B6D. Grayscale: #A8A8A8. Windows color (decimal): -6572910 or 9614491. OLE color: 9614491.
HSL color Cylindrical-coordinate representation of color #9BB492: hue angle of 104.12º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BB492 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 180 | 146 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.29 |
| HSL | 104.12º | 0.18% | 0.64% | - |
| HSV(B) | 104.12º | 0.19% | 0.71% | - |
| XYZ | 35.03 | 41.69 | 33.39 | - |
| YUV | 168.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 180 | 146 | 0.14 | 0 | 0.19 | 0.29 | 104.12 | 0.18 | 0.64 |
| Hex | 9B | B4 | 92 | E | 0 | 13 | 1D | 68 | 12 | 40 |
| Octal | 233 | 264 | 222 | 16 | 0 | 23 | 35 | 150 | 22 | 100 |
| Binary | 10011011 | 10110100 | 10010010 | 1110 | 0 | 10011 | 11101 | 1101000 | 10010 | 1000000 |
Color Harmonies of #9BB492
Complementary color
Monochromatic Colors of #9BB492
Black with #9BB492
Text Example
Text Example
White with #9BB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB492; }
p { color: rgb(155,180,146); }
H1.HeaderClassName
{
color: #9BB492;
}
.AnyTagClassName
{
color: #9BB492;
}
</style>
background-color css
<style>
a { background-color: #9BB492; }
a { background-color: rgb(155,180,146); }
div.DivClassName
{
background-color: #9BB492;
}
.BgClassName
{
background-color: #9BB492;
}
</style>
border-color css
<style>
span { border-color: #9BB492; }
span { border-color: rgb(155,180,146); }
td.TdClassName
{
border-color: #9BB492;
}
.TagClassName
{
border-color: #9BB492;
}
</style>