Shades of Spring Rain #9CBE95
Tints of Spring Rain #9CBE95
RGB
CMYK
RGB Variations
Color information
#9CBE95 (or 0x9CBE95) is known color: Spring Rain. HEX triplet: 9C, BE and 95. RGB value is (156,190,149). Sum of RGB (Red+Green+Blue) = 156+190+149=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBE95 is #63416A. Grayscale: #AFAFAF. Windows color (decimal): -6504811 or 9813660. OLE color: 9813660.
HSL color Cylindrical-coordinate representation of color #9CBE95: hue angle of 109.76º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CBE95 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 149 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.25 |
| HSL | 109.76º | 0.24% | 0.66% | - |
| HSV(B) | 109.76º | 0.22% | 0.75% | - |
| XYZ | 37.55 | 46.06 | 35.35 | - |
| YUV | 175.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 149 | 0.18 | 0 | 0.22 | 0.25 | 109.76 | 0.24 | 0.66 |
| Hex | 9C | BE | 95 | 12 | 0 | 16 | 19 | 6E | 18 | 42 |
| Octal | 234 | 276 | 225 | 22 | 0 | 26 | 31 | 156 | 30 | 102 |
| Binary | 10011100 | 10111110 | 10010101 | 10010 | 0 | 10110 | 11001 | 1101110 | 11000 | 1000010 |
Color Harmonies of #9CBE95
Complementary color
Monochromatic Colors of #9CBE95
Black with #9CBE95
Text Example
Text Example
White with #9CBE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBE95; }
p { color: rgb(156,190,149); }
H1.HeaderClassName
{
color: #9CBE95;
}
.AnyTagClassName
{
color: #9CBE95;
}
</style>
background-color css
<style>
a { background-color: #9CBE95; }
a { background-color: rgb(156,190,149); }
div.DivClassName
{
background-color: #9CBE95;
}
.BgClassName
{
background-color: #9CBE95;
}
</style>
border-color css
<style>
span { border-color: #9CBE95; }
span { border-color: rgb(156,190,149); }
td.TdClassName
{
border-color: #9CBE95;
}
.TagClassName
{
border-color: #9CBE95;
}
</style>