Shades of Spring Rain #A9BF9B
Tints of Spring Rain #A9BF9B
RGB
CMYK
RGB Variations
Color information
#A9BF9B (or 0xA9BF9B) is known color: Spring Rain. HEX triplet: A9, BF and 9B. RGB value is (169,191,155). Sum of RGB (Red+Green+Blue) = 169+191+155=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF9B is #564064. Grayscale: #B4B4B4. Windows color (decimal): -5652581 or 10207145. OLE color: 10207145.
HSL color Cylindrical-coordinate representation of color #A9BF9B: hue angle of 96.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9BF9B is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 155 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.25 |
| HSL | 96.67º | 0.22% | 0.68% | - |
| HSV(B) | 96.67º | 0.19% | 0.75% | - |
| XYZ | 40.91 | 48.06 | 38.13 | - |
| YUV | 180.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 155 | 0.12 | 0 | 0.19 | 0.25 | 96.67 | 0.22 | 0.68 |
| Hex | A9 | BF | 9B | C | 0 | 13 | 19 | 61 | 16 | 44 |
| Octal | 251 | 277 | 233 | 14 | 0 | 23 | 31 | 141 | 26 | 104 |
| Binary | 10101001 | 10111111 | 10011011 | 1100 | 0 | 10011 | 11001 | 1100001 | 10110 | 1000100 |
Color Harmonies of #A9BF9B
Complementary color
Monochromatic Colors of #A9BF9B
Black with #A9BF9B
Text Example
Text Example
White with #A9BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF9B; }
p { color: rgb(169,191,155); }
H1.HeaderClassName
{
color: #A9BF9B;
}
.AnyTagClassName
{
color: #A9BF9B;
}
</style>
background-color css
<style>
a { background-color: #A9BF9B; }
a { background-color: rgb(169,191,155); }
div.DivClassName
{
background-color: #A9BF9B;
}
.BgClassName
{
background-color: #A9BF9B;
}
</style>
border-color css
<style>
span { border-color: #A9BF9B; }
span { border-color: rgb(169,191,155); }
td.TdClassName
{
border-color: #A9BF9B;
}
.TagClassName
{
border-color: #A9BF9B;
}
</style>