Shades of Spring Rain #A4C49C
Tints of Spring Rain #A4C49C
RGB
CMYK
RGB Variations
Color information
#A4C49C (or 0xA4C49C) is known color: Spring Rain. HEX triplet: A4, C4 and 9C. RGB value is (164,196,156). Sum of RGB (Red+Green+Blue) = 164+196+156=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C49C is #5B3B63. Grayscale: #B6B6B6. Windows color (decimal): -5978980 or 10273956. OLE color: 10273956.
HSL color Cylindrical-coordinate representation of color #A4C49C: hue angle of 108º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4C49C is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 196 | 156 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.23 |
| HSL | 108º | 0.25% | 0.69% | - |
| HSV(B) | 108º | 0.2% | 0.77% | - |
| XYZ | 41.05 | 49.77 | 38.9 | - |
| YUV | 181.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 196 | 156 | 0.16 | 0 | 0.20 | 0.23 | 108 | 0.25 | 0.69 |
| Hex | A4 | C4 | 9C | 10 | 0 | 14 | 17 | 6C | 19 | 45 |
| Octal | 244 | 304 | 234 | 20 | 0 | 24 | 27 | 154 | 31 | 105 |
| Binary | 10100100 | 11000100 | 10011100 | 10000 | 0 | 10100 | 10111 | 1101100 | 11001 | 1000101 |
Color Harmonies of #A4C49C
Complementary color
Monochromatic Colors of #A4C49C
Black with #A4C49C
Text Example
Text Example
White with #A4C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C49C; }
p { color: rgb(164,196,156); }
H1.HeaderClassName
{
color: #A4C49C;
}
.AnyTagClassName
{
color: #A4C49C;
}
</style>
background-color css
<style>
a { background-color: #A4C49C; }
a { background-color: rgb(164,196,156); }
div.DivClassName
{
background-color: #A4C49C;
}
.BgClassName
{
background-color: #A4C49C;
}
</style>
border-color css
<style>
span { border-color: #A4C49C; }
span { border-color: rgb(164,196,156); }
td.TdClassName
{
border-color: #A4C49C;
}
.TagClassName
{
border-color: #A4C49C;
}
</style>