Shades of Spring Rain #9BC198
Tints of Spring Rain #9BC198
RGB
CMYK
RGB Variations
Color information
#9BC198 (or 0x9BC198) is known color: Spring Rain. HEX triplet: 9B, C1 and 98. RGB value is (155,193,152). Sum of RGB (Red+Green+Blue) = 155+193+152=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC198 is #643E67. Grayscale: #B1B1B1. Windows color (decimal): -6569576 or 10011035. OLE color: 10011035.
HSL color Cylindrical-coordinate representation of color #9BC198: hue angle of 115.61º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC198 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 152 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.24 |
| HSL | 115.61º | 0.25% | 0.68% | - |
| HSV(B) | 115.61º | 0.21% | 0.76% | - |
| XYZ | 38.26 | 47.38 | 36.83 | - |
| YUV | 176.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 152 | 0.20 | 0 | 0.21 | 0.24 | 115.61 | 0.25 | 0.68 |
| Hex | 9B | C1 | 98 | 14 | 0 | 15 | 18 | 74 | 19 | 44 |
| Octal | 233 | 301 | 230 | 24 | 0 | 25 | 30 | 164 | 31 | 104 |
| Binary | 10011011 | 11000001 | 10011000 | 10100 | 0 | 10101 | 11000 | 1110100 | 11001 | 1000100 |
Color Harmonies of #9BC198
Complementary color
Monochromatic Colors of #9BC198
Black with #9BC198
Text Example
Text Example
White with #9BC198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC198; }
p { color: rgb(155,193,152); }
H1.HeaderClassName
{
color: #9BC198;
}
.AnyTagClassName
{
color: #9BC198;
}
</style>
background-color css
<style>
a { background-color: #9BC198; }
a { background-color: rgb(155,193,152); }
div.DivClassName
{
background-color: #9BC198;
}
.BgClassName
{
background-color: #9BC198;
}
</style>
border-color css
<style>
span { border-color: #9BC198; }
span { border-color: rgb(155,193,152); }
td.TdClassName
{
border-color: #9BC198;
}
.TagClassName
{
border-color: #9BC198;
}
</style>