Shades of Spring Rain #A3C198
Tints of Spring Rain #A3C198
RGB
CMYK
RGB Variations
Color information
#A3C198 (or 0xA3C198) is known color: Spring Rain. HEX triplet: A3, C1 and 98. RGB value is (163,193,152). Sum of RGB (Red+Green+Blue) = 163+193+152=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C198 is #5C3E67. Grayscale: #B3B3B3. Windows color (decimal): -6045288 or 10011043. OLE color: 10011043.
HSL color Cylindrical-coordinate representation of color #A3C198: hue angle of 103.9º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3C198 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 152 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.24 |
| HSL | 103.9º | 0.25% | 0.68% | - |
| HSV(B) | 103.9º | 0.21% | 0.76% | - |
| XYZ | 39.84 | 48.19 | 36.91 | - |
| YUV | 179.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 152 | 0.16 | 0 | 0.21 | 0.24 | 103.9 | 0.25 | 0.68 |
| Hex | A3 | C1 | 98 | 10 | 0 | 15 | 18 | 68 | 19 | 44 |
| Octal | 243 | 301 | 230 | 20 | 0 | 25 | 30 | 150 | 31 | 104 |
| Binary | 10100011 | 11000001 | 10011000 | 10000 | 0 | 10101 | 11000 | 1101000 | 11001 | 1000100 |
Color Harmonies of #A3C198
Complementary color
Monochromatic Colors of #A3C198
Black with #A3C198
Text Example
Text Example
White with #A3C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C198; }
p { color: rgb(163,193,152); }
H1.HeaderClassName
{
color: #A3C198;
}
.AnyTagClassName
{
color: #A3C198;
}
</style>
background-color css
<style>
a { background-color: #A3C198; }
a { background-color: rgb(163,193,152); }
div.DivClassName
{
background-color: #A3C198;
}
.BgClassName
{
background-color: #A3C198;
}
</style>
border-color css
<style>
span { border-color: #A3C198; }
span { border-color: rgb(163,193,152); }
td.TdClassName
{
border-color: #A3C198;
}
.TagClassName
{
border-color: #A3C198;
}
</style>