Shades of Spring Rain #A2BD96
Tints of Spring Rain #A2BD96
RGB
CMYK
RGB Variations
Color information
#A2BD96 (or 0xA2BD96) is known color: Spring Rain. HEX triplet: A2, BD and 96. RGB value is (162,189,150). Sum of RGB (Red+Green+Blue) = 162+189+150=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD96 is #5D4269. Grayscale: #B0B0B0. Windows color (decimal): -6111850 or 9878946. OLE color: 9878946.
HSL color Cylindrical-coordinate representation of color #A2BD96: hue angle of 101.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2BD96 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 150 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.26 |
| HSL | 101.54º | 0.23% | 0.66% | - |
| HSV(B) | 101.54º | 0.21% | 0.74% | - |
| XYZ | 38.6 | 46.28 | 35.75 | - |
| YUV | 176.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 150 | 0.14 | 0 | 0.21 | 0.26 | 101.54 | 0.23 | 0.66 |
| Hex | A2 | BD | 96 | E | 0 | 15 | 1A | 66 | 17 | 42 |
| Octal | 242 | 275 | 226 | 16 | 0 | 25 | 32 | 146 | 27 | 102 |
| Binary | 10100010 | 10111101 | 10010110 | 1110 | 0 | 10101 | 11010 | 1100110 | 10111 | 1000010 |
Color Harmonies of #A2BD96
Complementary color
Monochromatic Colors of #A2BD96
Black with #A2BD96
Text Example
Text Example
White with #A2BD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD96; }
p { color: rgb(162,189,150); }
H1.HeaderClassName
{
color: #A2BD96;
}
.AnyTagClassName
{
color: #A2BD96;
}
</style>
background-color css
<style>
a { background-color: #A2BD96; }
a { background-color: rgb(162,189,150); }
div.DivClassName
{
background-color: #A2BD96;
}
.BgClassName
{
background-color: #A2BD96;
}
</style>
border-color css
<style>
span { border-color: #A2BD96; }
span { border-color: rgb(162,189,150); }
td.TdClassName
{
border-color: #A2BD96;
}
.TagClassName
{
border-color: #A2BD96;
}
</style>