Shades of Spring Rain #A2C19B
Tints of Spring Rain #A2C19B
RGB
CMYK
RGB Variations
Color information
#A2C19B (or 0xA2C19B) is known color: Spring Rain. HEX triplet: A2, C1 and 9B. RGB value is (162,193,155). Sum of RGB (Red+Green+Blue) = 162+193+155=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C19B is #5D3E64. Grayscale: #B3B3B3. Windows color (decimal): -6110821 or 10207650. OLE color: 10207650.
HSL color Cylindrical-coordinate representation of color #A2C19B: hue angle of 108.95º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2C19B is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 155 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.24 |
| HSL | 108.95º | 0.23% | 0.68% | - |
| HSV(B) | 108.95º | 0.2% | 0.76% | - |
| XYZ | 39.89 | 48.19 | 38.21 | - |
| YUV | 179.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 155 | 0.16 | 0 | 0.20 | 0.24 | 108.95 | 0.23 | 0.68 |
| Hex | A2 | C1 | 9B | 10 | 0 | 14 | 18 | 6D | 17 | 44 |
| Octal | 242 | 301 | 233 | 20 | 0 | 24 | 30 | 155 | 27 | 104 |
| Binary | 10100010 | 11000001 | 10011011 | 10000 | 0 | 10100 | 11000 | 1101101 | 10111 | 1000100 |
Color Harmonies of #A2C19B
Complementary color
Monochromatic Colors of #A2C19B
Black with #A2C19B
Text Example
Text Example
White with #A2C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C19B; }
p { color: rgb(162,193,155); }
H1.HeaderClassName
{
color: #A2C19B;
}
.AnyTagClassName
{
color: #A2C19B;
}
</style>
background-color css
<style>
a { background-color: #A2C19B; }
a { background-color: rgb(162,193,155); }
div.DivClassName
{
background-color: #A2C19B;
}
.BgClassName
{
background-color: #A2C19B;
}
</style>
border-color css
<style>
span { border-color: #A2C19B; }
span { border-color: rgb(162,193,155); }
td.TdClassName
{
border-color: #A2C19B;
}
.TagClassName
{
border-color: #A2C19B;
}
</style>