Shades of Spring Rain #99B993
Tints of Spring Rain #99B993
RGB
CMYK
RGB Variations
Color information
#99B993 (or 0x99B993) is known color: Spring Rain. HEX triplet: 99, B9 and 93. RGB value is (153,185,147). Sum of RGB (Red+Green+Blue) = 153+185+147=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #99B993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B993 is #66466C. Grayscale: #ABABAB. Windows color (decimal): -6702701 or 9681305. OLE color: 9681305.
HSL color Cylindrical-coordinate representation of color #99B993: hue angle of 110.53º degrees, saturation: 0.21, 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 #99B993 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 147 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.27 |
| HSL | 110.53º | 0.21% | 0.65% | - |
| HSV(B) | 110.53º | 0.21% | 0.73% | - |
| XYZ | 35.75 | 43.58 | 34.13 | - |
| YUV | 171.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 147 | 0.17 | 0 | 0.21 | 0.27 | 110.53 | 0.21 | 0.65 |
| Hex | 99 | B9 | 93 | 11 | 0 | 15 | 1B | 6F | 15 | 41 |
| Octal | 231 | 271 | 223 | 21 | 0 | 25 | 33 | 157 | 25 | 101 |
| Binary | 10011001 | 10111001 | 10010011 | 10001 | 0 | 10101 | 11011 | 1101111 | 10101 | 1000001 |
Color Harmonies of #99B993
Complementary color
Monochromatic Colors of #99B993
Black with #99B993
Text Example
Text Example
White with #99B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B993; }
p { color: rgb(153,185,147); }
H1.HeaderClassName
{
color: #99B993;
}
.AnyTagClassName
{
color: #99B993;
}
</style>
background-color css
<style>
a { background-color: #99B993; }
a { background-color: rgb(153,185,147); }
div.DivClassName
{
background-color: #99B993;
}
.BgClassName
{
background-color: #99B993;
}
</style>
border-color css
<style>
span { border-color: #99B993; }
span { border-color: rgb(153,185,147); }
td.TdClassName
{
border-color: #99B993;
}
.TagClassName
{
border-color: #99B993;
}
</style>