Shades of Spring Rain #A2BE9E
Tints of Spring Rain #A2BE9E
RGB
CMYK
RGB Variations
Color information
#A2BE9E (or 0xA2BE9E) is known color: Spring Rain. HEX triplet: A2, BE and 9E. RGB value is (162,190,158). Sum of RGB (Red+Green+Blue) = 162+190+158=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE9E is #5D4161. Grayscale: #B2B2B2. Windows color (decimal): -6111586 or 10403490. OLE color: 10403490.
HSL color Cylindrical-coordinate representation of color #A2BE9E: hue angle of 112.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2BE9E is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 158 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.25 |
| HSL | 112.5º | 0.2% | 0.68% | - |
| HSV(B) | 112.5º | 0.17% | 0.75% | - |
| XYZ | 39.49 | 46.98 | 39.33 | - |
| YUV | 177.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 158 | 0.15 | 0 | 0.17 | 0.25 | 112.5 | 0.2 | 0.68 |
| Hex | A2 | BE | 9E | F | 0 | 11 | 19 | 70 | 14 | 44 |
| Octal | 242 | 276 | 236 | 17 | 0 | 21 | 31 | 160 | 24 | 104 |
| Binary | 10100010 | 10111110 | 10011110 | 1111 | 0 | 10001 | 11001 | 1110000 | 10100 | 1000100 |
Color Harmonies of #A2BE9E
Complementary color
Monochromatic Colors of #A2BE9E
Black with #A2BE9E
Text Example
Text Example
White with #A2BE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE9E; }
p { color: rgb(162,190,158); }
H1.HeaderClassName
{
color: #A2BE9E;
}
.AnyTagClassName
{
color: #A2BE9E;
}
</style>
background-color css
<style>
a { background-color: #A2BE9E; }
a { background-color: rgb(162,190,158); }
div.DivClassName
{
background-color: #A2BE9E;
}
.BgClassName
{
background-color: #A2BE9E;
}
</style>
border-color css
<style>
span { border-color: #A2BE9E; }
span { border-color: rgb(162,190,158); }
td.TdClassName
{
border-color: #A2BE9E;
}
.TagClassName
{
border-color: #A2BE9E;
}
</style>