Shades of Spring Rain #A2BC96
Tints of Spring Rain #A2BC96
RGB
CMYK
RGB Variations
Color information
#A2BC96 (or 0xA2BC96) is known color: Spring Rain. HEX triplet: A2, BC and 96. RGB value is (162,188,150). Sum of RGB (Red+Green+Blue) = 162+188+150=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC96 is #5D4369. Grayscale: #B0B0B0. Windows color (decimal): -6112106 or 9878690. OLE color: 9878690.
HSL color Cylindrical-coordinate representation of color #A2BC96: hue angle of 101.05º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2BC96 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 150 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.26 |
| HSL | 101.05º | 0.22% | 0.66% | - |
| HSV(B) | 101.05º | 0.2% | 0.74% | - |
| XYZ | 38.39 | 45.85 | 35.68 | - |
| YUV | 175.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 150 | 0.14 | 0 | 0.20 | 0.26 | 101.05 | 0.22 | 0.66 |
| Hex | A2 | BC | 96 | E | 0 | 14 | 1A | 65 | 16 | 42 |
| Octal | 242 | 274 | 226 | 16 | 0 | 24 | 32 | 145 | 26 | 102 |
| Binary | 10100010 | 10111100 | 10010110 | 1110 | 0 | 10100 | 11010 | 1100101 | 10110 | 1000010 |
Color Harmonies of #A2BC96
Complementary color
Monochromatic Colors of #A2BC96
Black with #A2BC96
Text Example
Text Example
White with #A2BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC96; }
p { color: rgb(162,188,150); }
H1.HeaderClassName
{
color: #A2BC96;
}
.AnyTagClassName
{
color: #A2BC96;
}
</style>
background-color css
<style>
a { background-color: #A2BC96; }
a { background-color: rgb(162,188,150); }
div.DivClassName
{
background-color: #A2BC96;
}
.BgClassName
{
background-color: #A2BC96;
}
</style>
border-color css
<style>
span { border-color: #A2BC96; }
span { border-color: rgb(162,188,150); }
td.TdClassName
{
border-color: #A2BC96;
}
.TagClassName
{
border-color: #A2BC96;
}
</style>