Shades of Spring Rain #A2BEA1
Tints of Spring Rain #A2BEA1
RGB
CMYK
RGB Variations
Color information
#A2BEA1 (or 0xA2BEA1) is known color: Spring Rain. HEX triplet: A2, BE and A1. RGB value is (162,190,161). Sum of RGB (Red+Green+Blue) = 162+190+161=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEA1 is #5D415E. Grayscale: #B2B2B2. Windows color (decimal): -6111583 or 10600098. OLE color: 10600098.
HSL color Cylindrical-coordinate representation of color #A2BEA1: hue angle of 117.93º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BEA1 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 161 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.25 |
| HSL | 117.93º | 0.18% | 0.69% | - |
| HSV(B) | 117.93º | 0.15% | 0.75% | - |
| XYZ | 39.75 | 47.08 | 40.71 | - |
| YUV | 178.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 161 | 0.15 | 0 | 0.15 | 0.25 | 117.93 | 0.18 | 0.69 |
| Hex | A2 | BE | A1 | F | 0 | F | 19 | 76 | 12 | 45 |
| Octal | 242 | 276 | 241 | 17 | 0 | 17 | 31 | 166 | 22 | 105 |
| Binary | 10100010 | 10111110 | 10100001 | 1111 | 0 | 1111 | 11001 | 1110110 | 10010 | 1000101 |
Color Harmonies of #A2BEA1
Complementary color
Monochromatic Colors of #A2BEA1
Black with #A2BEA1
Text Example
Text Example
White with #A2BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEA1; }
p { color: rgb(162,190,161); }
H1.HeaderClassName
{
color: #A2BEA1;
}
.AnyTagClassName
{
color: #A2BEA1;
}
</style>
background-color css
<style>
a { background-color: #A2BEA1; }
a { background-color: rgb(162,190,161); }
div.DivClassName
{
background-color: #A2BEA1;
}
.BgClassName
{
background-color: #A2BEA1;
}
</style>
border-color css
<style>
span { border-color: #A2BEA1; }
span { border-color: rgb(162,190,161); }
td.TdClassName
{
border-color: #A2BEA1;
}
.TagClassName
{
border-color: #A2BEA1;
}
</style>