Shades of Spring Rain #96BB8A
Tints of Spring Rain #96BB8A
RGB
CMYK
RGB Variations
Color information
#96BB8A (or 0x96BB8A) is known color: Spring Rain. HEX triplet: 96, BB and 8A. RGB value is (150,187,138). Sum of RGB (Red+Green+Blue) = 150+187+138=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB8A is #694475. Grayscale: #AAAAAA. Windows color (decimal): -6898806 or 9091990. OLE color: 9091990.
HSL color Cylindrical-coordinate representation of color #96BB8A: hue angle of 105.31º 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 #96BB8A is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 138 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.27 |
| HSL | 105.31º | 0.26% | 0.64% | - |
| HSV(B) | 105.31º | 0.26% | 0.73% | - |
| XYZ | 34.94 | 43.86 | 30.67 | - |
| YUV | 170.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 138 | 0.20 | 0 | 0.26 | 0.27 | 105.31 | 0.26 | 0.64 |
| Hex | 96 | BB | 8A | 14 | 0 | 1A | 1B | 69 | 1A | 40 |
| Octal | 226 | 273 | 212 | 24 | 0 | 32 | 33 | 151 | 32 | 100 |
| Binary | 10010110 | 10111011 | 10001010 | 10100 | 0 | 11010 | 11011 | 1101001 | 11010 | 1000000 |
Color Harmonies of #96BB8A
Complementary color
Monochromatic Colors of #96BB8A
Black with #96BB8A
Text Example
Text Example
White with #96BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB8A; }
p { color: rgb(150,187,138); }
H1.HeaderClassName
{
color: #96BB8A;
}
.AnyTagClassName
{
color: #96BB8A;
}
</style>
background-color css
<style>
a { background-color: #96BB8A; }
a { background-color: rgb(150,187,138); }
div.DivClassName
{
background-color: #96BB8A;
}
.BgClassName
{
background-color: #96BB8A;
}
</style>
border-color css
<style>
span { border-color: #96BB8A; }
span { border-color: rgb(150,187,138); }
td.TdClassName
{
border-color: #96BB8A;
}
.TagClassName
{
border-color: #96BB8A;
}
</style>