Shades of Spring Rain #A4C197
Tints of Spring Rain #A4C197
RGB
CMYK
RGB Variations
Color information
#A4C197 (or 0xA4C197) is known color: Spring Rain. HEX triplet: A4, C1 and 97. RGB value is (164,193,151). Sum of RGB (Red+Green+Blue) = 164+193+151=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C197 is #5B3E68. Grayscale: #B3B3B3. Windows color (decimal): -5979753 or 9945508. OLE color: 9945508.
HSL color Cylindrical-coordinate representation of color #A4C197: hue angle of 101.43º degrees, saturation: 0.25, 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 #A4C197 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 151 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.24 |
| HSL | 101.43º | 0.25% | 0.67% | - |
| HSV(B) | 101.43º | 0.22% | 0.76% | - |
| XYZ | 39.97 | 48.27 | 36.49 | - |
| YUV | 179.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 151 | 0.15 | 0 | 0.22 | 0.24 | 101.43 | 0.25 | 0.67 |
| Hex | A4 | C1 | 97 | F | 0 | 16 | 18 | 65 | 19 | 43 |
| Octal | 244 | 301 | 227 | 17 | 0 | 26 | 30 | 145 | 31 | 103 |
| Binary | 10100100 | 11000001 | 10010111 | 1111 | 0 | 10110 | 11000 | 1100101 | 11001 | 1000011 |
Color Harmonies of #A4C197
Complementary color
Monochromatic Colors of #A4C197
Black with #A4C197
Text Example
Text Example
White with #A4C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C197; }
p { color: rgb(164,193,151); }
H1.HeaderClassName
{
color: #A4C197;
}
.AnyTagClassName
{
color: #A4C197;
}
</style>
background-color css
<style>
a { background-color: #A4C197; }
a { background-color: rgb(164,193,151); }
div.DivClassName
{
background-color: #A4C197;
}
.BgClassName
{
background-color: #A4C197;
}
</style>
border-color css
<style>
span { border-color: #A4C197; }
span { border-color: rgb(164,193,151); }
td.TdClassName
{
border-color: #A4C197;
}
.TagClassName
{
border-color: #A4C197;
}
</style>