Shades of Spring Rain #A2BC99
Tints of Spring Rain #A2BC99
RGB
CMYK
RGB Variations
Color information
#A2BC99 (or 0xA2BC99) is known color: Spring Rain. HEX triplet: A2, BC and 99. RGB value is (162,188,153). Sum of RGB (Red+Green+Blue) = 162+188+153=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC99 is #5D4366. Grayscale: #B0B0B0. Windows color (decimal): -6112103 or 10075298. OLE color: 10075298.
HSL color Cylindrical-coordinate representation of color #A2BC99: hue angle of 104.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2BC99 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 153 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.26 |
| HSL | 104.57º | 0.21% | 0.67% | - |
| HSV(B) | 104.57º | 0.19% | 0.74% | - |
| XYZ | 38.63 | 45.95 | 36.97 | - |
| YUV | 176.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 153 | 0.14 | 0 | 0.19 | 0.26 | 104.57 | 0.21 | 0.67 |
| Hex | A2 | BC | 99 | E | 0 | 13 | 1A | 69 | 15 | 43 |
| Octal | 242 | 274 | 231 | 16 | 0 | 23 | 32 | 151 | 25 | 103 |
| Binary | 10100010 | 10111100 | 10011001 | 1110 | 0 | 10011 | 11010 | 1101001 | 10101 | 1000011 |
Color Harmonies of #A2BC99
Complementary color
Monochromatic Colors of #A2BC99
Black with #A2BC99
Text Example
Text Example
White with #A2BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC99; }
p { color: rgb(162,188,153); }
H1.HeaderClassName
{
color: #A2BC99;
}
.AnyTagClassName
{
color: #A2BC99;
}
</style>
background-color css
<style>
a { background-color: #A2BC99; }
a { background-color: rgb(162,188,153); }
div.DivClassName
{
background-color: #A2BC99;
}
.BgClassName
{
background-color: #A2BC99;
}
</style>
border-color css
<style>
span { border-color: #A2BC99; }
span { border-color: rgb(162,188,153); }
td.TdClassName
{
border-color: #A2BC99;
}
.TagClassName
{
border-color: #A2BC99;
}
</style>