Shades of Spring Rain #99BF8A
Tints of Spring Rain #99BF8A
RGB
CMYK
RGB Variations
Color information
#99BF8A (or 0x99BF8A) is known color: Spring Rain. HEX triplet: 99, BF and 8A. RGB value is (153,191,138). Sum of RGB (Red+Green+Blue) = 153+191+138=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF8A is #664075. Grayscale: #ADADAD. Windows color (decimal): -6701174 or 9093017. OLE color: 9093017.
HSL color Cylindrical-coordinate representation of color #99BF8A: hue angle of 103.02º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99BF8A is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 138 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.25 |
| HSL | 103.02º | 0.29% | 0.65% | - |
| HSV(B) | 103.02º | 0.28% | 0.75% | - |
| XYZ | 36.36 | 45.87 | 30.98 | - |
| YUV | 173.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 138 | 0.20 | 0 | 0.28 | 0.25 | 103.02 | 0.29 | 0.65 |
| Hex | 99 | BF | 8A | 14 | 0 | 1C | 19 | 67 | 1D | 41 |
| Octal | 231 | 277 | 212 | 24 | 0 | 34 | 31 | 147 | 35 | 101 |
| Binary | 10011001 | 10111111 | 10001010 | 10100 | 0 | 11100 | 11001 | 1100111 | 11101 | 1000001 |
Color Harmonies of #99BF8A
Complementary color
Monochromatic Colors of #99BF8A
Black with #99BF8A
Text Example
Text Example
White with #99BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF8A; }
p { color: rgb(153,191,138); }
H1.HeaderClassName
{
color: #99BF8A;
}
.AnyTagClassName
{
color: #99BF8A;
}
</style>
background-color css
<style>
a { background-color: #99BF8A; }
a { background-color: rgb(153,191,138); }
div.DivClassName
{
background-color: #99BF8A;
}
.BgClassName
{
background-color: #99BF8A;
}
</style>
border-color css
<style>
span { border-color: #99BF8A; }
span { border-color: rgb(153,191,138); }
td.TdClassName
{
border-color: #99BF8A;
}
.TagClassName
{
border-color: #99BF8A;
}
</style>