Shades of Spring Rain #A2BE9B
Tints of Spring Rain #A2BE9B
RGB
CMYK
RGB Variations
Color information
#A2BE9B (or 0xA2BE9B) is known color: Spring Rain. HEX triplet: A2, BE and 9B. RGB value is (162,190,155). Sum of RGB (Red+Green+Blue) = 162+190+155=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE9B is #5D4164. Grayscale: #B1B1B1. Windows color (decimal): -6111589 or 10206882. OLE color: 10206882.
HSL color Cylindrical-coordinate representation of color #A2BE9B: hue angle of 108º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2BE9B is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 155 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.25 |
| HSL | 108º | 0.21% | 0.68% | - |
| HSV(B) | 108º | 0.18% | 0.75% | - |
| XYZ | 39.23 | 46.87 | 37.99 | - |
| YUV | 177.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 155 | 0.15 | 0 | 0.18 | 0.25 | 108 | 0.21 | 0.68 |
| Hex | A2 | BE | 9B | F | 0 | 12 | 19 | 6C | 15 | 44 |
| Octal | 242 | 276 | 233 | 17 | 0 | 22 | 31 | 154 | 25 | 104 |
| Binary | 10100010 | 10111110 | 10011011 | 1111 | 0 | 10010 | 11001 | 1101100 | 10101 | 1000100 |
Color Harmonies of #A2BE9B
Complementary color
Monochromatic Colors of #A2BE9B
Black with #A2BE9B
Text Example
Text Example
White with #A2BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE9B; }
p { color: rgb(162,190,155); }
H1.HeaderClassName
{
color: #A2BE9B;
}
.AnyTagClassName
{
color: #A2BE9B;
}
</style>
background-color css
<style>
a { background-color: #A2BE9B; }
a { background-color: rgb(162,190,155); }
div.DivClassName
{
background-color: #A2BE9B;
}
.BgClassName
{
background-color: #A2BE9B;
}
</style>
border-color css
<style>
span { border-color: #A2BE9B; }
span { border-color: rgb(162,190,155); }
td.TdClassName
{
border-color: #A2BE9B;
}
.TagClassName
{
border-color: #A2BE9B;
}
</style>