Shades of Spring Rain #9BC398
Tints of Spring Rain #9BC398
RGB
CMYK
RGB Variations
Color information
#9BC398 (or 0x9BC398) is known color: Spring Rain. HEX triplet: 9B, C3 and 98. RGB value is (155,195,152). Sum of RGB (Red+Green+Blue) = 155+195+152=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC398 is #643C67. Grayscale: #B2B2B2. Windows color (decimal): -6569064 or 10011547. OLE color: 10011547.
HSL color Cylindrical-coordinate representation of color #9BC398: hue angle of 115.81º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC398 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 152 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.24 |
| HSL | 115.81º | 0.26% | 0.68% | - |
| HSV(B) | 115.81º | 0.22% | 0.76% | - |
| XYZ | 38.7 | 48.27 | 36.98 | - |
| YUV | 178.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 152 | 0.21 | 0 | 0.22 | 0.24 | 115.81 | 0.26 | 0.68 |
| Hex | 9B | C3 | 98 | 15 | 0 | 16 | 18 | 74 | 1A | 44 |
| Octal | 233 | 303 | 230 | 25 | 0 | 26 | 30 | 164 | 32 | 104 |
| Binary | 10011011 | 11000011 | 10011000 | 10101 | 0 | 10110 | 11000 | 1110100 | 11010 | 1000100 |
Color Harmonies of #9BC398
Complementary color
Monochromatic Colors of #9BC398
Black with #9BC398
Text Example
Text Example
White with #9BC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC398; }
p { color: rgb(155,195,152); }
H1.HeaderClassName
{
color: #9BC398;
}
.AnyTagClassName
{
color: #9BC398;
}
</style>
background-color css
<style>
a { background-color: #9BC398; }
a { background-color: rgb(155,195,152); }
div.DivClassName
{
background-color: #9BC398;
}
.BgClassName
{
background-color: #9BC398;
}
</style>
border-color css
<style>
span { border-color: #9BC398; }
span { border-color: rgb(155,195,152); }
td.TdClassName
{
border-color: #9BC398;
}
.TagClassName
{
border-color: #9BC398;
}
</style>