Shades of Spring Rain #9BC795
Tints of Spring Rain #9BC795
RGB
CMYK
RGB Variations
Color information
#9BC795 (or 0x9BC795) is known color: Spring Rain. HEX triplet: 9B, C7 and 95. RGB value is (155,199,149). Sum of RGB (Red+Green+Blue) = 155+199+149=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC795 is #64386A. Grayscale: #B4B4B4. Windows color (decimal): -6568043 or 9815963. OLE color: 9815963.
HSL color Cylindrical-coordinate representation of color #9BC795: hue angle of 112.8º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BC795 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 149 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.22 |
| HSL | 112.8º | 0.31% | 0.68% | - |
| HSV(B) | 112.8º | 0.25% | 0.78% | - |
| XYZ | 39.37 | 49.99 | 36.01 | - |
| YUV | 180.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 149 | 0.22 | 0 | 0.25 | 0.22 | 112.8 | 0.31 | 0.68 |
| Hex | 9B | C7 | 95 | 16 | 0 | 19 | 16 | 71 | 1F | 44 |
| Octal | 233 | 307 | 225 | 26 | 0 | 31 | 26 | 161 | 37 | 104 |
| Binary | 10011011 | 11000111 | 10010101 | 10110 | 0 | 11001 | 10110 | 1110001 | 11111 | 1000100 |
Color Harmonies of #9BC795
Complementary color
Monochromatic Colors of #9BC795
Black with #9BC795
Text Example
Text Example
White with #9BC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC795; }
p { color: rgb(155,199,149); }
H1.HeaderClassName
{
color: #9BC795;
}
.AnyTagClassName
{
color: #9BC795;
}
</style>
background-color css
<style>
a { background-color: #9BC795; }
a { background-color: rgb(155,199,149); }
div.DivClassName
{
background-color: #9BC795;
}
.BgClassName
{
background-color: #9BC795;
}
</style>
border-color css
<style>
span { border-color: #9BC795; }
span { border-color: rgb(155,199,149); }
td.TdClassName
{
border-color: #9BC795;
}
.TagClassName
{
border-color: #9BC795;
}
</style>