Shades of Spring Rain #A3C196
Tints of Spring Rain #A3C196
RGB
CMYK
RGB Variations
Color information
#A3C196 (or 0xA3C196) is known color: Spring Rain. HEX triplet: A3, C1 and 96. RGB value is (163,193,150). Sum of RGB (Red+Green+Blue) = 163+193+150=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C196 is #5C3E69. Grayscale: #B3B3B3. Windows color (decimal): -6045290 or 9879971. OLE color: 9879971.
HSL color Cylindrical-coordinate representation of color #A3C196: hue angle of 101.86º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3C196 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 150 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.24 |
| HSL | 101.86º | 0.26% | 0.67% | - |
| HSV(B) | 101.86º | 0.22% | 0.76% | - |
| XYZ | 39.68 | 48.13 | 36.05 | - |
| YUV | 179.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 150 | 0.16 | 0 | 0.22 | 0.24 | 101.86 | 0.26 | 0.67 |
| Hex | A3 | C1 | 96 | 10 | 0 | 16 | 18 | 66 | 1A | 43 |
| Octal | 243 | 301 | 226 | 20 | 0 | 26 | 30 | 146 | 32 | 103 |
| Binary | 10100011 | 11000001 | 10010110 | 10000 | 0 | 10110 | 11000 | 1100110 | 11010 | 1000011 |
Color Harmonies of #A3C196
Complementary color
Monochromatic Colors of #A3C196
Black with #A3C196
Text Example
Text Example
White with #A3C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C196; }
p { color: rgb(163,193,150); }
H1.HeaderClassName
{
color: #A3C196;
}
.AnyTagClassName
{
color: #A3C196;
}
</style>
background-color css
<style>
a { background-color: #A3C196; }
a { background-color: rgb(163,193,150); }
div.DivClassName
{
background-color: #A3C196;
}
.BgClassName
{
background-color: #A3C196;
}
</style>
border-color css
<style>
span { border-color: #A3C196; }
span { border-color: rgb(163,193,150); }
td.TdClassName
{
border-color: #A3C196;
}
.TagClassName
{
border-color: #A3C196;
}
</style>