Shades of Spring Rain #9BB993
Tints of Spring Rain #9BB993
RGB
CMYK
RGB Variations
Color information
#9BB993 (or 0x9BB993) is known color: Spring Rain. HEX triplet: 9B, B9 and 93. RGB value is (155,185,147). Sum of RGB (Red+Green+Blue) = 155+185+147=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB993 is #64466C. Grayscale: #ABABAB. Windows color (decimal): -6571629 or 9681307. OLE color: 9681307.
HSL color Cylindrical-coordinate representation of color #9BB993: hue angle of 107.37º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BB993 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 185 | 147 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.27 |
| HSL | 107.37º | 0.21% | 0.65% | - |
| HSV(B) | 107.37º | 0.21% | 0.73% | - |
| XYZ | 36.13 | 43.77 | 34.15 | - |
| YUV | 171.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 185 | 147 | 0.16 | 0 | 0.21 | 0.27 | 107.37 | 0.21 | 0.65 |
| Hex | 9B | B9 | 93 | 10 | 0 | 15 | 1B | 6B | 15 | 41 |
| Octal | 233 | 271 | 223 | 20 | 0 | 25 | 33 | 153 | 25 | 101 |
| Binary | 10011011 | 10111001 | 10010011 | 10000 | 0 | 10101 | 11011 | 1101011 | 10101 | 1000001 |
Color Harmonies of #9BB993
Complementary color
Monochromatic Colors of #9BB993
Black with #9BB993
Text Example
Text Example
White with #9BB993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB993; }
p { color: rgb(155,185,147); }
H1.HeaderClassName
{
color: #9BB993;
}
.AnyTagClassName
{
color: #9BB993;
}
</style>
background-color css
<style>
a { background-color: #9BB993; }
a { background-color: rgb(155,185,147); }
div.DivClassName
{
background-color: #9BB993;
}
.BgClassName
{
background-color: #9BB993;
}
</style>
border-color css
<style>
span { border-color: #9BB993; }
span { border-color: rgb(155,185,147); }
td.TdClassName
{
border-color: #9BB993;
}
.TagClassName
{
border-color: #9BB993;
}
</style>