Shades of Spring Rain #A1BC9E
Tints of Spring Rain #A1BC9E
RGB
CMYK
RGB Variations
Color information
#A1BC9E (or 0xA1BC9E) is known color: Spring Rain. HEX triplet: A1, BC and 9E. RGB value is (161,188,158). Sum of RGB (Red+Green+Blue) = 161+188+158=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC9E is #5E4361. Grayscale: #B0B0B0. Windows color (decimal): -6177634 or 10402977. OLE color: 10402977.
HSL color Cylindrical-coordinate representation of color #A1BC9E: hue angle of 114º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BC9E is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 158 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.26 |
| HSL | 114º | 0.18% | 0.68% | - |
| HSV(B) | 114º | 0.16% | 0.74% | - |
| XYZ | 38.85 | 46.01 | 39.18 | - |
| YUV | 176.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 158 | 0.14 | 0 | 0.16 | 0.26 | 114 | 0.18 | 0.68 |
| Hex | A1 | BC | 9E | E | 0 | 10 | 1A | 72 | 12 | 44 |
| Octal | 241 | 274 | 236 | 16 | 0 | 20 | 32 | 162 | 22 | 104 |
| Binary | 10100001 | 10111100 | 10011110 | 1110 | 0 | 10000 | 11010 | 1110010 | 10010 | 1000100 |
Color Harmonies of #A1BC9E
Complementary color
Monochromatic Colors of #A1BC9E
Black with #A1BC9E
Text Example
Text Example
White with #A1BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC9E; }
p { color: rgb(161,188,158); }
H1.HeaderClassName
{
color: #A1BC9E;
}
.AnyTagClassName
{
color: #A1BC9E;
}
</style>
background-color css
<style>
a { background-color: #A1BC9E; }
a { background-color: rgb(161,188,158); }
div.DivClassName
{
background-color: #A1BC9E;
}
.BgClassName
{
background-color: #A1BC9E;
}
</style>
border-color css
<style>
span { border-color: #A1BC9E; }
span { border-color: rgb(161,188,158); }
td.TdClassName
{
border-color: #A1BC9E;
}
.TagClassName
{
border-color: #A1BC9E;
}
</style>