Shades of Spring Rain #97BA8A
Tints of Spring Rain #97BA8A
RGB
CMYK
RGB Variations
Color information
#97BA8A (or 0x97BA8A) is known color: Spring Rain. HEX triplet: 97, BA and 8A. RGB value is (151,186,138). Sum of RGB (Red+Green+Blue) = 151+186+138=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BA8A is #684575. Grayscale: #AAAAAA. Windows color (decimal): -6833526 or 9091735. OLE color: 9091735.
HSL color Cylindrical-coordinate representation of color #97BA8A: hue angle of 103.75º 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 #97BA8A is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 138 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.27 |
| HSL | 103.75º | 0.26% | 0.64% | - |
| HSV(B) | 103.75º | 0.26% | 0.73% | - |
| XYZ | 34.91 | 43.53 | 30.61 | - |
| YUV | 170.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 138 | 0.19 | 0 | 0.26 | 0.27 | 103.75 | 0.26 | 0.64 |
| Hex | 97 | BA | 8A | 13 | 0 | 1A | 1B | 68 | 1A | 40 |
| Octal | 227 | 272 | 212 | 23 | 0 | 32 | 33 | 150 | 32 | 100 |
| Binary | 10010111 | 10111010 | 10001010 | 10011 | 0 | 11010 | 11011 | 1101000 | 11010 | 1000000 |
Color Harmonies of #97BA8A
Complementary color
Monochromatic Colors of #97BA8A
Black with #97BA8A
Text Example
Text Example
White with #97BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA8A; }
p { color: rgb(151,186,138); }
H1.HeaderClassName
{
color: #97BA8A;
}
.AnyTagClassName
{
color: #97BA8A;
}
</style>
background-color css
<style>
a { background-color: #97BA8A; }
a { background-color: rgb(151,186,138); }
div.DivClassName
{
background-color: #97BA8A;
}
.BgClassName
{
background-color: #97BA8A;
}
</style>
border-color css
<style>
span { border-color: #97BA8A; }
span { border-color: rgb(151,186,138); }
td.TdClassName
{
border-color: #97BA8A;
}
.TagClassName
{
border-color: #97BA8A;
}
</style>