Shades of Spring Rain #A2BC9D
Tints of Spring Rain #A2BC9D
RGB
CMYK
RGB Variations
Color information
#A2BC9D (or 0xA2BC9D) is known color: Spring Rain. HEX triplet: A2, BC and 9D. RGB value is (162,188,157). Sum of RGB (Red+Green+Blue) = 162+188+157=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC9D is #5D4362. Grayscale: #B0B0B0. Windows color (decimal): -6112099 or 10337442. OLE color: 10337442.
HSL color Cylindrical-coordinate representation of color #A2BC9D: hue angle of 110.32º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2BC9D is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 157 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.26 |
| HSL | 110.32º | 0.19% | 0.68% | - |
| HSV(B) | 110.32º | 0.16% | 0.74% | - |
| XYZ | 38.97 | 46.08 | 38.74 | - |
| YUV | 176.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 157 | 0.14 | 0 | 0.16 | 0.26 | 110.32 | 0.19 | 0.68 |
| Hex | A2 | BC | 9D | E | 0 | 10 | 1A | 6E | 13 | 44 |
| Octal | 242 | 274 | 235 | 16 | 0 | 20 | 32 | 156 | 23 | 104 |
| Binary | 10100010 | 10111100 | 10011101 | 1110 | 0 | 10000 | 11010 | 1101110 | 10011 | 1000100 |
Color Harmonies of #A2BC9D
Complementary color
Monochromatic Colors of #A2BC9D
Black with #A2BC9D
Text Example
Text Example
White with #A2BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC9D; }
p { color: rgb(162,188,157); }
H1.HeaderClassName
{
color: #A2BC9D;
}
.AnyTagClassName
{
color: #A2BC9D;
}
</style>
background-color css
<style>
a { background-color: #A2BC9D; }
a { background-color: rgb(162,188,157); }
div.DivClassName
{
background-color: #A2BC9D;
}
.BgClassName
{
background-color: #A2BC9D;
}
</style>
border-color css
<style>
span { border-color: #A2BC9D; }
span { border-color: rgb(162,188,157); }
td.TdClassName
{
border-color: #A2BC9D;
}
.TagClassName
{
border-color: #A2BC9D;
}
</style>