Shades of Spring Rain #97BE8A
Tints of Spring Rain #97BE8A
RGB
CMYK
RGB Variations
Color information
#97BE8A (or 0x97BE8A) is known color: Spring Rain. HEX triplet: 97, BE and 8A. RGB value is (151,190,138). Sum of RGB (Red+Green+Blue) = 151+190+138=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BE8A is #684175. Grayscale: #ACACAC. Windows color (decimal): -6832502 or 9092759. OLE color: 9092759.
HSL color Cylindrical-coordinate representation of color #97BE8A: hue angle of 105º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97BE8A is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 190 | 138 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.25 |
| HSL | 105º | 0.29% | 0.64% | - |
| HSV(B) | 105º | 0.27% | 0.75% | - |
| XYZ | 35.76 | 45.24 | 30.89 | - |
| YUV | 172.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 190 | 138 | 0.21 | 0 | 0.27 | 0.25 | 105 | 0.29 | 0.64 |
| Hex | 97 | BE | 8A | 15 | 0 | 1B | 19 | 69 | 1D | 40 |
| Octal | 227 | 276 | 212 | 25 | 0 | 33 | 31 | 151 | 35 | 100 |
| Binary | 10010111 | 10111110 | 10001010 | 10101 | 0 | 11011 | 11001 | 1101001 | 11101 | 1000000 |
Color Harmonies of #97BE8A
Complementary color
Monochromatic Colors of #97BE8A
Black with #97BE8A
Text Example
Text Example
White with #97BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BE8A; }
p { color: rgb(151,190,138); }
H1.HeaderClassName
{
color: #97BE8A;
}
.AnyTagClassName
{
color: #97BE8A;
}
</style>
background-color css
<style>
a { background-color: #97BE8A; }
a { background-color: rgb(151,190,138); }
div.DivClassName
{
background-color: #97BE8A;
}
.BgClassName
{
background-color: #97BE8A;
}
</style>
border-color css
<style>
span { border-color: #97BE8A; }
span { border-color: rgb(151,190,138); }
td.TdClassName
{
border-color: #97BE8A;
}
.TagClassName
{
border-color: #97BE8A;
}
</style>