Shades of Spring Rain #9CBE99
Tints of Spring Rain #9CBE99
RGB
CMYK
RGB Variations
Color information
#9CBE99 (or 0x9CBE99) is known color: Spring Rain. HEX triplet: 9C, BE and 99. RGB value is (156,190,153). Sum of RGB (Red+Green+Blue) = 156+190+153=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBE99 is #634166. Grayscale: #AFAFAF. Windows color (decimal): -6504807 or 10075804. OLE color: 10075804.
HSL color Cylindrical-coordinate representation of color #9CBE99: hue angle of 115.14º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CBE99 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 153 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.25 |
| HSL | 115.14º | 0.22% | 0.67% | - |
| HSV(B) | 115.14º | 0.19% | 0.75% | - |
| XYZ | 37.87 | 46.19 | 37.06 | - |
| YUV | 175.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 153 | 0.18 | 0 | 0.19 | 0.25 | 115.14 | 0.22 | 0.67 |
| Hex | 9C | BE | 99 | 12 | 0 | 13 | 19 | 73 | 16 | 43 |
| Octal | 234 | 276 | 231 | 22 | 0 | 23 | 31 | 163 | 26 | 103 |
| Binary | 10011100 | 10111110 | 10011001 | 10010 | 0 | 10011 | 11001 | 1110011 | 10110 | 1000011 |
Color Harmonies of #9CBE99
Complementary color
Monochromatic Colors of #9CBE99
Black with #9CBE99
Text Example
Text Example
White with #9CBE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBE99; }
p { color: rgb(156,190,153); }
H1.HeaderClassName
{
color: #9CBE99;
}
.AnyTagClassName
{
color: #9CBE99;
}
</style>
background-color css
<style>
a { background-color: #9CBE99; }
a { background-color: rgb(156,190,153); }
div.DivClassName
{
background-color: #9CBE99;
}
.BgClassName
{
background-color: #9CBE99;
}
</style>
border-color css
<style>
span { border-color: #9CBE99; }
span { border-color: rgb(156,190,153); }
td.TdClassName
{
border-color: #9CBE99;
}
.TagClassName
{
border-color: #9CBE99;
}
</style>