Shades of Spring Rain #96BD88
Tints of Spring Rain #96BD88
RGB
CMYK
RGB Variations
Color information
#96BD88 (or 0x96BD88) is known color: Spring Rain. HEX triplet: 96, BD and 88. RGB value is (150,189,136). Sum of RGB (Red+Green+Blue) = 150+189+136=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD88 is #694277. Grayscale: #ABABAB. Windows color (decimal): -6898296 or 8961430. OLE color: 8961430.
HSL color Cylindrical-coordinate representation of color #96BD88: hue angle of 104.15º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96BD88 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 136 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.26 |
| HSL | 104.15º | 0.29% | 0.64% | - |
| HSV(B) | 104.15º | 0.28% | 0.74% | - |
| XYZ | 35.22 | 44.66 | 30.06 | - |
| YUV | 171.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 136 | 0.21 | 0 | 0.28 | 0.26 | 104.15 | 0.29 | 0.64 |
| Hex | 96 | BD | 88 | 15 | 0 | 1C | 1A | 68 | 1D | 40 |
| Octal | 226 | 275 | 210 | 25 | 0 | 34 | 32 | 150 | 35 | 100 |
| Binary | 10010110 | 10111101 | 10001000 | 10101 | 0 | 11100 | 11010 | 1101000 | 11101 | 1000000 |
Color Harmonies of #96BD88
Complementary color
Monochromatic Colors of #96BD88
Black with #96BD88
Text Example
Text Example
White with #96BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD88; }
p { color: rgb(150,189,136); }
H1.HeaderClassName
{
color: #96BD88;
}
.AnyTagClassName
{
color: #96BD88;
}
</style>
background-color css
<style>
a { background-color: #96BD88; }
a { background-color: rgb(150,189,136); }
div.DivClassName
{
background-color: #96BD88;
}
.BgClassName
{
background-color: #96BD88;
}
</style>
border-color css
<style>
span { border-color: #96BD88; }
span { border-color: rgb(150,189,136); }
td.TdClassName
{
border-color: #96BD88;
}
.TagClassName
{
border-color: #96BD88;
}
</style>