Shades of Spring Rain #97BB8C
Tints of Spring Rain #97BB8C
RGB
CMYK
RGB Variations
Color information
#97BB8C (or 0x97BB8C) is known color: Spring Rain. HEX triplet: 97, BB and 8C. RGB value is (151,187,140). Sum of RGB (Red+Green+Blue) = 151+187+140=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BB8C is #684473. Grayscale: #ABABAB. Windows color (decimal): -6833268 or 9223063. OLE color: 9223063.
HSL color Cylindrical-coordinate representation of color #97BB8C: hue angle of 105.96º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97BB8C is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 187 | 140 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.27 |
| HSL | 105.96º | 0.26% | 0.64% | - |
| HSV(B) | 105.96º | 0.25% | 0.73% | - |
| XYZ | 35.27 | 44.01 | 31.45 | - |
| YUV | 170.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 187 | 140 | 0.19 | 0 | 0.25 | 0.27 | 105.96 | 0.26 | 0.64 |
| Hex | 97 | BB | 8C | 13 | 0 | 19 | 1B | 6A | 1A | 40 |
| Octal | 227 | 273 | 214 | 23 | 0 | 31 | 33 | 152 | 32 | 100 |
| Binary | 10010111 | 10111011 | 10001100 | 10011 | 0 | 11001 | 11011 | 1101010 | 11010 | 1000000 |
Color Harmonies of #97BB8C
Complementary color
Monochromatic Colors of #97BB8C
Black with #97BB8C
Text Example
Text Example
White with #97BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BB8C; }
p { color: rgb(151,187,140); }
H1.HeaderClassName
{
color: #97BB8C;
}
.AnyTagClassName
{
color: #97BB8C;
}
</style>
background-color css
<style>
a { background-color: #97BB8C; }
a { background-color: rgb(151,187,140); }
div.DivClassName
{
background-color: #97BB8C;
}
.BgClassName
{
background-color: #97BB8C;
}
</style>
border-color css
<style>
span { border-color: #97BB8C; }
span { border-color: rgb(151,187,140); }
td.TdClassName
{
border-color: #97BB8C;
}
.TagClassName
{
border-color: #97BB8C;
}
</style>