Shades of Spring Rain #A1BC95
Tints of Spring Rain #A1BC95
RGB
CMYK
RGB Variations
Color information
#A1BC95 (or 0xA1BC95) is known color: Spring Rain. HEX triplet: A1, BC and 95. RGB value is (161,188,149). Sum of RGB (Red+Green+Blue) = 161+188+149=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC95 is #5E436A. Grayscale: #AFAFAF. Windows color (decimal): -6177643 or 9813153. OLE color: 9813153.
HSL color Cylindrical-coordinate representation of color #A1BC95: hue angle of 101.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1BC95 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 149 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.26 |
| HSL | 101.54º | 0.23% | 0.66% | - |
| HSV(B) | 101.54º | 0.21% | 0.74% | - |
| XYZ | 38.11 | 45.71 | 35.25 | - |
| YUV | 175.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 149 | 0.14 | 0 | 0.21 | 0.26 | 101.54 | 0.23 | 0.66 |
| Hex | A1 | BC | 95 | E | 0 | 15 | 1A | 66 | 17 | 42 |
| Octal | 241 | 274 | 225 | 16 | 0 | 25 | 32 | 146 | 27 | 102 |
| Binary | 10100001 | 10111100 | 10010101 | 1110 | 0 | 10101 | 11010 | 1100110 | 10111 | 1000010 |
Color Harmonies of #A1BC95
Complementary color
Monochromatic Colors of #A1BC95
Black with #A1BC95
Text Example
Text Example
White with #A1BC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC95; }
p { color: rgb(161,188,149); }
H1.HeaderClassName
{
color: #A1BC95;
}
.AnyTagClassName
{
color: #A1BC95;
}
</style>
background-color css
<style>
a { background-color: #A1BC95; }
a { background-color: rgb(161,188,149); }
div.DivClassName
{
background-color: #A1BC95;
}
.BgClassName
{
background-color: #A1BC95;
}
</style>
border-color css
<style>
span { border-color: #A1BC95; }
span { border-color: rgb(161,188,149); }
td.TdClassName
{
border-color: #A1BC95;
}
.TagClassName
{
border-color: #A1BC95;
}
</style>