Shades of Spring Rain #99BC8C
Tints of Spring Rain #99BC8C
RGB
CMYK
RGB Variations
Color information
#99BC8C (or 0x99BC8C) is known color: Spring Rain. HEX triplet: 99, BC and 8C. RGB value is (153,188,140). Sum of RGB (Red+Green+Blue) = 153+188+140=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BC8C is #664373. Grayscale: #ACACAC. Windows color (decimal): -6701940 or 9223321. OLE color: 9223321.
HSL color Cylindrical-coordinate representation of color #99BC8C: hue angle of 103.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99BC8C is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 140 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.26 |
| HSL | 103.75º | 0.26% | 0.64% | - |
| HSV(B) | 103.75º | 0.26% | 0.74% | - |
| XYZ | 35.85 | 44.63 | 31.54 | - |
| YUV | 172.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 140 | 0.19 | 0 | 0.26 | 0.26 | 103.75 | 0.26 | 0.64 |
| Hex | 99 | BC | 8C | 13 | 0 | 1A | 1A | 68 | 1A | 40 |
| Octal | 231 | 274 | 214 | 23 | 0 | 32 | 32 | 150 | 32 | 100 |
| Binary | 10011001 | 10111100 | 10001100 | 10011 | 0 | 11010 | 11010 | 1101000 | 11010 | 1000000 |
Color Harmonies of #99BC8C
Complementary color
Monochromatic Colors of #99BC8C
Black with #99BC8C
Text Example
Text Example
White with #99BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC8C; }
p { color: rgb(153,188,140); }
H1.HeaderClassName
{
color: #99BC8C;
}
.AnyTagClassName
{
color: #99BC8C;
}
</style>
background-color css
<style>
a { background-color: #99BC8C; }
a { background-color: rgb(153,188,140); }
div.DivClassName
{
background-color: #99BC8C;
}
.BgClassName
{
background-color: #99BC8C;
}
</style>
border-color css
<style>
span { border-color: #99BC8C; }
span { border-color: rgb(153,188,140); }
td.TdClassName
{
border-color: #99BC8C;
}
.TagClassName
{
border-color: #99BC8C;
}
</style>