Shades of Spring Rain #9BC08D
Tints of Spring Rain #9BC08D
RGB
CMYK
RGB Variations
Color information
#9BC08D (or 0x9BC08D) is known color: Spring Rain. HEX triplet: 9B, C0 and 8D. RGB value is (155,192,141). Sum of RGB (Red+Green+Blue) = 155+192+141=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC08D is #643F72. Grayscale: #AFAFAF. Windows color (decimal): -6569843 or 9289883. OLE color: 9289883.
HSL color Cylindrical-coordinate representation of color #9BC08D: hue angle of 103.53º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BC08D is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 141 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.25 |
| HSL | 103.53º | 0.29% | 0.65% | - |
| HSV(B) | 103.53º | 0.27% | 0.75% | - |
| XYZ | 37.17 | 46.59 | 32.23 | - |
| YUV | 175.12 | 108.74 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 141 | 0.19 | 0 | 0.27 | 0.25 | 103.53 | 0.29 | 0.65 |
| Hex | 9B | C0 | 8D | 13 | 0 | 1B | 19 | 68 | 1D | 41 |
| Octal | 233 | 300 | 215 | 23 | 0 | 33 | 31 | 150 | 35 | 101 |
| Binary | 10011011 | 11000000 | 10001101 | 10011 | 0 | 11011 | 11001 | 1101000 | 11101 | 1000001 |
Color Harmonies of #9BC08D
Complementary color
Monochromatic Colors of #9BC08D
Black with #9BC08D
Text Example
Text Example
White with #9BC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC08D; }
p { color: rgb(155,192,141); }
H1.HeaderClassName
{
color: #9BC08D;
}
.AnyTagClassName
{
color: #9BC08D;
}
</style>
background-color css
<style>
a { background-color: #9BC08D; }
a { background-color: rgb(155,192,141); }
div.DivClassName
{
background-color: #9BC08D;
}
.BgClassName
{
background-color: #9BC08D;
}
</style>
border-color css
<style>
span { border-color: #9BC08D; }
span { border-color: rgb(155,192,141); }
td.TdClassName
{
border-color: #9BC08D;
}
.TagClassName
{
border-color: #9BC08D;
}
</style>