Shades of Spring Rain #A2C193
Tints of Spring Rain #A2C193
RGB
CMYK
RGB Variations
Color information
#A2C193 (or 0xA2C193) is known color: Spring Rain. HEX triplet: A2, C1 and 93. RGB value is (162,193,147). Sum of RGB (Red+Green+Blue) = 162+193+147=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C193 is #5D3E6C. Grayscale: #B2B2B2. Windows color (decimal): -6110829 or 9683362. OLE color: 9683362.
HSL color Cylindrical-coordinate representation of color #A2C193: hue angle of 100.43º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2C193 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 147 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.24 |
| HSL | 100.43º | 0.27% | 0.67% | - |
| HSV(B) | 100.43º | 0.24% | 0.76% | - |
| XYZ | 39.24 | 47.93 | 34.79 | - |
| YUV | 178.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 147 | 0.16 | 0 | 0.24 | 0.24 | 100.43 | 0.27 | 0.67 |
| Hex | A2 | C1 | 93 | 10 | 0 | 18 | 18 | 64 | 1B | 43 |
| Octal | 242 | 301 | 223 | 20 | 0 | 30 | 30 | 144 | 33 | 103 |
| Binary | 10100010 | 11000001 | 10010011 | 10000 | 0 | 11000 | 11000 | 1100100 | 11011 | 1000011 |
Color Harmonies of #A2C193
Complementary color
Monochromatic Colors of #A2C193
Black with #A2C193
Text Example
Text Example
White with #A2C193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C193; }
p { color: rgb(162,193,147); }
H1.HeaderClassName
{
color: #A2C193;
}
.AnyTagClassName
{
color: #A2C193;
}
</style>
background-color css
<style>
a { background-color: #A2C193; }
a { background-color: rgb(162,193,147); }
div.DivClassName
{
background-color: #A2C193;
}
.BgClassName
{
background-color: #A2C193;
}
</style>
border-color css
<style>
span { border-color: #A2C193; }
span { border-color: rgb(162,193,147); }
td.TdClassName
{
border-color: #A2C193;
}
.TagClassName
{
border-color: #A2C193;
}
</style>