Shades of Spring Rain #9BC998
Tints of Spring Rain #9BC998
RGB
CMYK
RGB Variations
Color information
#9BC998 (or 0x9BC998) is known color: Spring Rain. HEX triplet: 9B, C9 and 98. RGB value is (155,201,152). Sum of RGB (Red+Green+Blue) = 155+201+152=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC998 is #643667. Grayscale: #B5B5B5. Windows color (decimal): -6567528 or 10013083. OLE color: 10013083.
HSL color Cylindrical-coordinate representation of color #9BC998: hue angle of 116.33º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BC998 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 152 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.21 |
| HSL | 116.33º | 0.31% | 0.69% | - |
| HSV(B) | 116.33º | 0.24% | 0.79% | - |
| XYZ | 40.07 | 51.01 | 37.44 | - |
| YUV | 181.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 152 | 0.23 | 0 | 0.24 | 0.21 | 116.33 | 0.31 | 0.69 |
| Hex | 9B | C9 | 98 | 17 | 0 | 18 | 15 | 74 | 1F | 45 |
| Octal | 233 | 311 | 230 | 27 | 0 | 30 | 25 | 164 | 37 | 105 |
| Binary | 10011011 | 11001001 | 10011000 | 10111 | 0 | 11000 | 10101 | 1110100 | 11111 | 1000101 |
Color Harmonies of #9BC998
Complementary color
Monochromatic Colors of #9BC998
Black with #9BC998
Text Example
Text Example
White with #9BC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC998; }
p { color: rgb(155,201,152); }
H1.HeaderClassName
{
color: #9BC998;
}
.AnyTagClassName
{
color: #9BC998;
}
</style>
background-color css
<style>
a { background-color: #9BC998; }
a { background-color: rgb(155,201,152); }
div.DivClassName
{
background-color: #9BC998;
}
.BgClassName
{
background-color: #9BC998;
}
</style>
border-color css
<style>
span { border-color: #9BC998; }
span { border-color: rgb(155,201,152); }
td.TdClassName
{
border-color: #9BC998;
}
.TagClassName
{
border-color: #9BC998;
}
</style>