Shades of Spring Rain #96BA8A
Tints of Spring Rain #96BA8A
RGB
CMYK
RGB Variations
Color information
#96BA8A (or 0x96BA8A) is known color: Spring Rain. HEX triplet: 96, BA and 8A. RGB value is (150,186,138). Sum of RGB (Red+Green+Blue) = 150+186+138=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA8A is #694575. Grayscale: #A9A9A9. Windows color (decimal): -6899062 or 9091734. OLE color: 9091734.
HSL color Cylindrical-coordinate representation of color #96BA8A: hue angle of 105º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96BA8A is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 138 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.27 |
| HSL | 105º | 0.26% | 0.64% | - |
| HSV(B) | 105º | 0.26% | 0.73% | - |
| XYZ | 34.72 | 43.44 | 30.6 | - |
| YUV | 169.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 138 | 0.19 | 0 | 0.26 | 0.27 | 105 | 0.26 | 0.64 |
| Hex | 96 | BA | 8A | 13 | 0 | 1A | 1B | 69 | 1A | 40 |
| Octal | 226 | 272 | 212 | 23 | 0 | 32 | 33 | 151 | 32 | 100 |
| Binary | 10010110 | 10111010 | 10001010 | 10011 | 0 | 11010 | 11011 | 1101001 | 11010 | 1000000 |
Color Harmonies of #96BA8A
Complementary color
Monochromatic Colors of #96BA8A
Black with #96BA8A
Text Example
Text Example
White with #96BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA8A; }
p { color: rgb(150,186,138); }
H1.HeaderClassName
{
color: #96BA8A;
}
.AnyTagClassName
{
color: #96BA8A;
}
</style>
background-color css
<style>
a { background-color: #96BA8A; }
a { background-color: rgb(150,186,138); }
div.DivClassName
{
background-color: #96BA8A;
}
.BgClassName
{
background-color: #96BA8A;
}
</style>
border-color css
<style>
span { border-color: #96BA8A; }
span { border-color: rgb(150,186,138); }
td.TdClassName
{
border-color: #96BA8A;
}
.TagClassName
{
border-color: #96BA8A;
}
</style>