Shades of Spring Rain #A9BF9F
Tints of Spring Rain #A9BF9F
RGB
CMYK
RGB Variations
Color information
#A9BF9F (or 0xA9BF9F) is known color: Spring Rain. HEX triplet: A9, BF and 9F. RGB value is (169,191,159). Sum of RGB (Red+Green+Blue) = 169+191+159=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF9F is #564060. Grayscale: #B4B4B4. Windows color (decimal): -5652577 or 10469289. OLE color: 10469289.
HSL color Cylindrical-coordinate representation of color #A9BF9F: hue angle of 101.25º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9BF9F is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 159 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.25 |
| HSL | 101.25º | 0.2% | 0.69% | - |
| HSV(B) | 101.25º | 0.17% | 0.75% | - |
| XYZ | 41.25 | 48.2 | 39.93 | - |
| YUV | 180.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 159 | 0.12 | 0 | 0.17 | 0.25 | 101.25 | 0.2 | 0.69 |
| Hex | A9 | BF | 9F | C | 0 | 11 | 19 | 65 | 14 | 45 |
| Octal | 251 | 277 | 237 | 14 | 0 | 21 | 31 | 145 | 24 | 105 |
| Binary | 10101001 | 10111111 | 10011111 | 1100 | 0 | 10001 | 11001 | 1100101 | 10100 | 1000101 |
Color Harmonies of #A9BF9F
Complementary color
Monochromatic Colors of #A9BF9F
Black with #A9BF9F
Text Example
Text Example
White with #A9BF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF9F; }
p { color: rgb(169,191,159); }
H1.HeaderClassName
{
color: #A9BF9F;
}
.AnyTagClassName
{
color: #A9BF9F;
}
</style>
background-color css
<style>
a { background-color: #A9BF9F; }
a { background-color: rgb(169,191,159); }
div.DivClassName
{
background-color: #A9BF9F;
}
.BgClassName
{
background-color: #A9BF9F;
}
</style>
border-color css
<style>
span { border-color: #A9BF9F; }
span { border-color: rgb(169,191,159); }
td.TdClassName
{
border-color: #A9BF9F;
}
.TagClassName
{
border-color: #A9BF9F;
}
</style>