Shades of Spring Rain #99BA93
Tints of Spring Rain #99BA93
RGB
CMYK
RGB Variations
Color information
#99BA93 (or 0x99BA93) is known color: Spring Rain. HEX triplet: 99, BA and 93. RGB value is (153,186,147). Sum of RGB (Red+Green+Blue) = 153+186+147=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BA93 is #66456C. Grayscale: #ABABAB. Windows color (decimal): -6702445 or 9681561. OLE color: 9681561.
HSL color Cylindrical-coordinate representation of color #99BA93: hue angle of 110.77º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99BA93 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 147 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.27 |
| HSL | 110.77º | 0.22% | 0.65% | - |
| HSV(B) | 110.77º | 0.21% | 0.73% | - |
| XYZ | 35.96 | 44 | 34.2 | - |
| YUV | 171.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 147 | 0.18 | 0 | 0.21 | 0.27 | 110.77 | 0.22 | 0.65 |
| Hex | 99 | BA | 93 | 12 | 0 | 15 | 1B | 6F | 16 | 41 |
| Octal | 231 | 272 | 223 | 22 | 0 | 25 | 33 | 157 | 26 | 101 |
| Binary | 10011001 | 10111010 | 10010011 | 10010 | 0 | 10101 | 11011 | 1101111 | 10110 | 1000001 |
Color Harmonies of #99BA93
Complementary color
Monochromatic Colors of #99BA93
Black with #99BA93
Text Example
Text Example
White with #99BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA93; }
p { color: rgb(153,186,147); }
H1.HeaderClassName
{
color: #99BA93;
}
.AnyTagClassName
{
color: #99BA93;
}
</style>
background-color css
<style>
a { background-color: #99BA93; }
a { background-color: rgb(153,186,147); }
div.DivClassName
{
background-color: #99BA93;
}
.BgClassName
{
background-color: #99BA93;
}
</style>
border-color css
<style>
span { border-color: #99BA93; }
span { border-color: rgb(153,186,147); }
td.TdClassName
{
border-color: #99BA93;
}
.TagClassName
{
border-color: #99BA93;
}
</style>