Shades of Spring Rain #A1BA95
Tints of Spring Rain #A1BA95
RGB
CMYK
RGB Variations
Color information
#A1BA95 (or 0xA1BA95) is known color: Spring Rain. HEX triplet: A1, BA and 95. RGB value is (161,186,149). Sum of RGB (Red+Green+Blue) = 161+186+149=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA95 is #5E456A. Grayscale: #AEAEAE. Windows color (decimal): -6178155 or 9812641. OLE color: 9812641.
HSL color Cylindrical-coordinate representation of color #A1BA95: hue angle of 100.54º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BA95 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 149 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.27 |
| HSL | 100.54º | 0.21% | 0.66% | - |
| HSV(B) | 100.54º | 0.2% | 0.73% | - |
| XYZ | 37.68 | 44.86 | 35.11 | - |
| YUV | 174.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 149 | 0.13 | 0 | 0.20 | 0.27 | 100.54 | 0.21 | 0.66 |
| Hex | A1 | BA | 95 | D | 0 | 14 | 1B | 65 | 15 | 42 |
| Octal | 241 | 272 | 225 | 15 | 0 | 24 | 33 | 145 | 25 | 102 |
| Binary | 10100001 | 10111010 | 10010101 | 1101 | 0 | 10100 | 11011 | 1100101 | 10101 | 1000010 |
Color Harmonies of #A1BA95
Complementary color
Monochromatic Colors of #A1BA95
Black with #A1BA95
Text Example
Text Example
White with #A1BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA95; }
p { color: rgb(161,186,149); }
H1.HeaderClassName
{
color: #A1BA95;
}
.AnyTagClassName
{
color: #A1BA95;
}
</style>
background-color css
<style>
a { background-color: #A1BA95; }
a { background-color: rgb(161,186,149); }
div.DivClassName
{
background-color: #A1BA95;
}
.BgClassName
{
background-color: #A1BA95;
}
</style>
border-color css
<style>
span { border-color: #A1BA95; }
span { border-color: rgb(161,186,149); }
td.TdClassName
{
border-color: #A1BA95;
}
.TagClassName
{
border-color: #A1BA95;
}
</style>