Shades of Spring Rain #9BC38D
Tints of Spring Rain #9BC38D
RGB
CMYK
RGB Variations
Color information
#9BC38D (or 0x9BC38D) is known color: Spring Rain. HEX triplet: 9B, C3 and 8D. RGB value is (155,195,141). Sum of RGB (Red+Green+Blue) = 155+195+141=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC38D is #643C72. Grayscale: #B1B1B1. Windows color (decimal): -6569075 or 9290651. OLE color: 9290651.
HSL color Cylindrical-coordinate representation of color #9BC38D: hue angle of 104.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BC38D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 141 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.24 |
| HSL | 104.44º | 0.31% | 0.66% | - |
| HSV(B) | 104.44º | 0.28% | 0.76% | - |
| XYZ | 37.84 | 47.92 | 32.45 | - |
| YUV | 176.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 141 | 0.21 | 0 | 0.28 | 0.24 | 104.44 | 0.31 | 0.66 |
| Hex | 9B | C3 | 8D | 15 | 0 | 1C | 18 | 68 | 1F | 42 |
| Octal | 233 | 303 | 215 | 25 | 0 | 34 | 30 | 150 | 37 | 102 |
| Binary | 10011011 | 11000011 | 10001101 | 10101 | 0 | 11100 | 11000 | 1101000 | 11111 | 1000010 |
Color Harmonies of #9BC38D
Complementary color
Monochromatic Colors of #9BC38D
Black with #9BC38D
Text Example
Text Example
White with #9BC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC38D; }
p { color: rgb(155,195,141); }
H1.HeaderClassName
{
color: #9BC38D;
}
.AnyTagClassName
{
color: #9BC38D;
}
</style>
background-color css
<style>
a { background-color: #9BC38D; }
a { background-color: rgb(155,195,141); }
div.DivClassName
{
background-color: #9BC38D;
}
.BgClassName
{
background-color: #9BC38D;
}
</style>
border-color css
<style>
span { border-color: #9BC38D; }
span { border-color: rgb(155,195,141); }
td.TdClassName
{
border-color: #9BC38D;
}
.TagClassName
{
border-color: #9BC38D;
}
</style>