Shades of Spring Rain #A1BC96
Tints of Spring Rain #A1BC96
RGB
CMYK
RGB Variations
Color information
#A1BC96 (or 0xA1BC96) is known color: Spring Rain. HEX triplet: A1, BC and 96. RGB value is (161,188,150). Sum of RGB (Red+Green+Blue) = 161+188+150=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC96 is #5E4369. Grayscale: #AFAFAF. Windows color (decimal): -6177642 or 9878689. OLE color: 9878689.
HSL color Cylindrical-coordinate representation of color #A1BC96: hue angle of 102.63º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BC96 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 150 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.26 |
| HSL | 102.63º | 0.22% | 0.66% | - |
| HSV(B) | 102.63º | 0.2% | 0.74% | - |
| XYZ | 38.19 | 45.75 | 35.67 | - |
| YUV | 175.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 150 | 0.14 | 0 | 0.20 | 0.26 | 102.63 | 0.22 | 0.66 |
| Hex | A1 | BC | 96 | E | 0 | 14 | 1A | 67 | 16 | 42 |
| Octal | 241 | 274 | 226 | 16 | 0 | 24 | 32 | 147 | 26 | 102 |
| Binary | 10100001 | 10111100 | 10010110 | 1110 | 0 | 10100 | 11010 | 1100111 | 10110 | 1000010 |
Color Harmonies of #A1BC96
Complementary color
Monochromatic Colors of #A1BC96
Black with #A1BC96
Text Example
Text Example
White with #A1BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC96; }
p { color: rgb(161,188,150); }
H1.HeaderClassName
{
color: #A1BC96;
}
.AnyTagClassName
{
color: #A1BC96;
}
</style>
background-color css
<style>
a { background-color: #A1BC96; }
a { background-color: rgb(161,188,150); }
div.DivClassName
{
background-color: #A1BC96;
}
.BgClassName
{
background-color: #A1BC96;
}
</style>
border-color css
<style>
span { border-color: #A1BC96; }
span { border-color: rgb(161,188,150); }
td.TdClassName
{
border-color: #A1BC96;
}
.TagClassName
{
border-color: #A1BC96;
}
</style>