Shades of Spring Rain #A1BC9B
Tints of Spring Rain #A1BC9B
RGB
CMYK
RGB Variations
Color information
#A1BC9B (or 0xA1BC9B) is known color: Spring Rain. HEX triplet: A1, BC and 9B. RGB value is (161,188,155). Sum of RGB (Red+Green+Blue) = 161+188+155=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC9B is #5E4364. Grayscale: #B0B0B0. Windows color (decimal): -6177637 or 10206369. OLE color: 10206369.
HSL color Cylindrical-coordinate representation of color #A1BC9B: hue angle of 109.09º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1BC9B is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 155 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.26 |
| HSL | 109.09º | 0.2% | 0.67% | - |
| HSV(B) | 109.09º | 0.18% | 0.74% | - |
| XYZ | 38.6 | 45.91 | 37.84 | - |
| YUV | 176.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 155 | 0.14 | 0 | 0.18 | 0.26 | 109.09 | 0.2 | 0.67 |
| Hex | A1 | BC | 9B | E | 0 | 12 | 1A | 6D | 14 | 43 |
| Octal | 241 | 274 | 233 | 16 | 0 | 22 | 32 | 155 | 24 | 103 |
| Binary | 10100001 | 10111100 | 10011011 | 1110 | 0 | 10010 | 11010 | 1101101 | 10100 | 1000011 |
Color Harmonies of #A1BC9B
Complementary color
Monochromatic Colors of #A1BC9B
Black with #A1BC9B
Text Example
Text Example
White with #A1BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC9B; }
p { color: rgb(161,188,155); }
H1.HeaderClassName
{
color: #A1BC9B;
}
.AnyTagClassName
{
color: #A1BC9B;
}
</style>
background-color css
<style>
a { background-color: #A1BC9B; }
a { background-color: rgb(161,188,155); }
div.DivClassName
{
background-color: #A1BC9B;
}
.BgClassName
{
background-color: #A1BC9B;
}
</style>
border-color css
<style>
span { border-color: #A1BC9B; }
span { border-color: rgb(161,188,155); }
td.TdClassName
{
border-color: #A1BC9B;
}
.TagClassName
{
border-color: #A1BC9B;
}
</style>