Shades of Spring Rain #A9CA9B
Tints of Spring Rain #A9CA9B
RGB
CMYK
RGB Variations
Color information
#A9CA9B (or 0xA9CA9B) is known color: Spring Rain. HEX triplet: A9, CA and 9B. RGB value is (169,202,155). Sum of RGB (Red+Green+Blue) = 169+202+155=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA9B is #563564. Grayscale: #BABABA. Windows color (decimal): -5649765 or 10209961. OLE color: 10209961.
HSL color Cylindrical-coordinate representation of color #A9CA9B: hue angle of 102.13º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9CA9B is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 155 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.21 |
| HSL | 102.13º | 0.31% | 0.7% | - |
| HSV(B) | 102.13º | 0.23% | 0.79% | - |
| XYZ | 43.4 | 53.04 | 38.96 | - |
| YUV | 186.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 155 | 0.16 | 0 | 0.23 | 0.21 | 102.13 | 0.31 | 0.7 |
| Hex | A9 | CA | 9B | 10 | 0 | 17 | 15 | 66 | 1F | 46 |
| Octal | 251 | 312 | 233 | 20 | 0 | 27 | 25 | 146 | 37 | 106 |
| Binary | 10101001 | 11001010 | 10011011 | 10000 | 0 | 10111 | 10101 | 1100110 | 11111 | 1000110 |
Color Harmonies of #A9CA9B
Complementary color
Monochromatic Colors of #A9CA9B
Black with #A9CA9B
Text Example
Text Example
White with #A9CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA9B; }
p { color: rgb(169,202,155); }
H1.HeaderClassName
{
color: #A9CA9B;
}
.AnyTagClassName
{
color: #A9CA9B;
}
</style>
background-color css
<style>
a { background-color: #A9CA9B; }
a { background-color: rgb(169,202,155); }
div.DivClassName
{
background-color: #A9CA9B;
}
.BgClassName
{
background-color: #A9CA9B;
}
</style>
border-color css
<style>
span { border-color: #A9CA9B; }
span { border-color: rgb(169,202,155); }
td.TdClassName
{
border-color: #A9CA9B;
}
.TagClassName
{
border-color: #A9CA9B;
}
</style>