Shades of Spring Rain #A2BC9E
Tints of Spring Rain #A2BC9E
RGB
CMYK
RGB Variations
Color information
#A2BC9E (or 0xA2BC9E) is known color: Spring Rain. HEX triplet: A2, BC and 9E. RGB value is (162,188,158). Sum of RGB (Red+Green+Blue) = 162+188+158=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC9E is #5D4361. Grayscale: #B0B0B0. Windows color (decimal): -6112098 or 10402978. OLE color: 10402978.
HSL color Cylindrical-coordinate representation of color #A2BC9E: hue angle of 112º degrees, saturation: 0.18, 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 #A2BC9E is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 158 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.26 |
| HSL | 112º | 0.18% | 0.68% | - |
| HSV(B) | 112º | 0.16% | 0.74% | - |
| XYZ | 39.06 | 46.12 | 39.19 | - |
| YUV | 176.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 158 | 0.14 | 0 | 0.16 | 0.26 | 112 | 0.18 | 0.68 |
| Hex | A2 | BC | 9E | E | 0 | 10 | 1A | 70 | 12 | 44 |
| Octal | 242 | 274 | 236 | 16 | 0 | 20 | 32 | 160 | 22 | 104 |
| Binary | 10100010 | 10111100 | 10011110 | 1110 | 0 | 10000 | 11010 | 1110000 | 10010 | 1000100 |
Color Harmonies of #A2BC9E
Complementary color
Monochromatic Colors of #A2BC9E
Black with #A2BC9E
Text Example
Text Example
White with #A2BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC9E; }
p { color: rgb(162,188,158); }
H1.HeaderClassName
{
color: #A2BC9E;
}
.AnyTagClassName
{
color: #A2BC9E;
}
</style>
background-color css
<style>
a { background-color: #A2BC9E; }
a { background-color: rgb(162,188,158); }
div.DivClassName
{
background-color: #A2BC9E;
}
.BgClassName
{
background-color: #A2BC9E;
}
</style>
border-color css
<style>
span { border-color: #A2BC9E; }
span { border-color: rgb(162,188,158); }
td.TdClassName
{
border-color: #A2BC9E;
}
.TagClassName
{
border-color: #A2BC9E;
}
</style>