Shades of Spring Rain #A1BC99
Tints of Spring Rain #A1BC99
RGB
CMYK
RGB Variations
Color information
#A1BC99 (or 0xA1BC99) is known color: Spring Rain. HEX triplet: A1, BC and 99. RGB value is (161,188,153). Sum of RGB (Red+Green+Blue) = 161+188+153=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC99 is #5E4366. Grayscale: #B0B0B0. Windows color (decimal): -6177639 or 10075297. OLE color: 10075297.
HSL color Cylindrical-coordinate representation of color #A1BC99: hue angle of 106.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1BC99 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 153 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.26 |
| HSL | 106.29º | 0.21% | 0.67% | - |
| HSV(B) | 106.29º | 0.19% | 0.74% | - |
| XYZ | 38.43 | 45.84 | 36.96 | - |
| YUV | 175.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 153 | 0.14 | 0 | 0.19 | 0.26 | 106.29 | 0.21 | 0.67 |
| Hex | A1 | BC | 99 | E | 0 | 13 | 1A | 6A | 15 | 43 |
| Octal | 241 | 274 | 231 | 16 | 0 | 23 | 32 | 152 | 25 | 103 |
| Binary | 10100001 | 10111100 | 10011001 | 1110 | 0 | 10011 | 11010 | 1101010 | 10101 | 1000011 |
Color Harmonies of #A1BC99
Complementary color
Monochromatic Colors of #A1BC99
Black with #A1BC99
Text Example
Text Example
White with #A1BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC99; }
p { color: rgb(161,188,153); }
H1.HeaderClassName
{
color: #A1BC99;
}
.AnyTagClassName
{
color: #A1BC99;
}
</style>
background-color css
<style>
a { background-color: #A1BC99; }
a { background-color: rgb(161,188,153); }
div.DivClassName
{
background-color: #A1BC99;
}
.BgClassName
{
background-color: #A1BC99;
}
</style>
border-color css
<style>
span { border-color: #A1BC99; }
span { border-color: rgb(161,188,153); }
td.TdClassName
{
border-color: #A1BC99;
}
.TagClassName
{
border-color: #A1BC99;
}
</style>