Shades of Spring Rain #A9BB9F
Tints of Spring Rain #A9BB9F
RGB
CMYK
RGB Variations
Color information
#A9BB9F (or 0xA9BB9F) is known color: Spring Rain. HEX triplet: A9, BB and 9F. RGB value is (169,187,159). Sum of RGB (Red+Green+Blue) = 169+187+159=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BB9F is #564460. Grayscale: #B2B2B2. Windows color (decimal): -5653601 or 10468265. OLE color: 10468265.
HSL color Cylindrical-coordinate representation of color #A9BB9F: hue angle of 98.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9BB9F is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 187 | 159 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.27 |
| HSL | 98.57º | 0.17% | 0.68% | - |
| HSV(B) | 98.57º | 0.15% | 0.73% | - |
| XYZ | 40.39 | 46.48 | 39.64 | - |
| YUV | 178.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 159 | 0.10 | 0 | 0.15 | 0.27 | 98.57 | 0.17 | 0.68 |
| Hex | A9 | BB | 9F | A | 0 | F | 1B | 63 | 11 | 44 |
| Octal | 251 | 273 | 237 | 12 | 0 | 17 | 33 | 143 | 21 | 104 |
| Binary | 10101001 | 10111011 | 10011111 | 1010 | 0 | 1111 | 11011 | 1100011 | 10001 | 1000100 |
Color Harmonies of #A9BB9F
Complementary color
Monochromatic Colors of #A9BB9F
Black with #A9BB9F
Text Example
Text Example
White with #A9BB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BB9F; }
p { color: rgb(169,187,159); }
H1.HeaderClassName
{
color: #A9BB9F;
}
.AnyTagClassName
{
color: #A9BB9F;
}
</style>
background-color css
<style>
a { background-color: #A9BB9F; }
a { background-color: rgb(169,187,159); }
div.DivClassName
{
background-color: #A9BB9F;
}
.BgClassName
{
background-color: #A9BB9F;
}
</style>
border-color css
<style>
span { border-color: #A9BB9F; }
span { border-color: rgb(169,187,159); }
td.TdClassName
{
border-color: #A9BB9F;
}
.TagClassName
{
border-color: #A9BB9F;
}
</style>