Shades of Spring Rain #A2BD95
Tints of Spring Rain #A2BD95
RGB
CMYK
RGB Variations
Color information
#A2BD95 (or 0xA2BD95) is known color: Spring Rain. HEX triplet: A2, BD and 95. RGB value is (162,189,149). Sum of RGB (Red+Green+Blue) = 162+189+149=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD95 is #5D426A. Grayscale: #B0B0B0. Windows color (decimal): -6111851 or 9813410. OLE color: 9813410.
HSL color Cylindrical-coordinate representation of color #A2BD95: hue angle of 100.5º 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 #A2BD95 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 149 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.26 |
| HSL | 100.5º | 0.23% | 0.66% | - |
| HSV(B) | 100.5º | 0.21% | 0.74% | - |
| XYZ | 38.52 | 46.25 | 35.33 | - |
| YUV | 176.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 149 | 0.14 | 0 | 0.21 | 0.26 | 100.5 | 0.23 | 0.66 |
| Hex | A2 | BD | 95 | E | 0 | 15 | 1A | 64 | 17 | 42 |
| Octal | 242 | 275 | 225 | 16 | 0 | 25 | 32 | 144 | 27 | 102 |
| Binary | 10100010 | 10111101 | 10010101 | 1110 | 0 | 10101 | 11010 | 1100100 | 10111 | 1000010 |
Color Harmonies of #A2BD95
Complementary color
Monochromatic Colors of #A2BD95
Black with #A2BD95
Text Example
Text Example
White with #A2BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD95; }
p { color: rgb(162,189,149); }
H1.HeaderClassName
{
color: #A2BD95;
}
.AnyTagClassName
{
color: #A2BD95;
}
</style>
background-color css
<style>
a { background-color: #A2BD95; }
a { background-color: rgb(162,189,149); }
div.DivClassName
{
background-color: #A2BD95;
}
.BgClassName
{
background-color: #A2BD95;
}
</style>
border-color css
<style>
span { border-color: #A2BD95; }
span { border-color: rgb(162,189,149); }
td.TdClassName
{
border-color: #A2BD95;
}
.TagClassName
{
border-color: #A2BD95;
}
</style>