Shades of Spring Rain #A4C695
Tints of Spring Rain #A4C695
RGB
CMYK
RGB Variations
Color information
#A4C695 (or 0xA4C695) is known color: Spring Rain. HEX triplet: A4, C6 and 95. RGB value is (164,198,149). Sum of RGB (Red+Green+Blue) = 164+198+149=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C695 is #5B396A. Grayscale: #B6B6B6. Windows color (decimal): -5978475 or 9815716. OLE color: 9815716.
HSL color Cylindrical-coordinate representation of color #A4C695: hue angle of 101.63º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4C695 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 149 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.22 |
| HSL | 101.63º | 0.3% | 0.68% | - |
| HSV(B) | 101.63º | 0.25% | 0.78% | - |
| XYZ | 40.93 | 50.45 | 36.01 | - |
| YUV | 182.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 149 | 0.17 | 0 | 0.25 | 0.22 | 101.63 | 0.3 | 0.68 |
| Hex | A4 | C6 | 95 | 11 | 0 | 19 | 16 | 66 | 1E | 44 |
| Octal | 244 | 306 | 225 | 21 | 0 | 31 | 26 | 146 | 36 | 104 |
| Binary | 10100100 | 11000110 | 10010101 | 10001 | 0 | 11001 | 10110 | 1100110 | 11110 | 1000100 |
Color Harmonies of #A4C695
Complementary color
Monochromatic Colors of #A4C695
Black with #A4C695
Text Example
Text Example
White with #A4C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C695; }
p { color: rgb(164,198,149); }
H1.HeaderClassName
{
color: #A4C695;
}
.AnyTagClassName
{
color: #A4C695;
}
</style>
background-color css
<style>
a { background-color: #A4C695; }
a { background-color: rgb(164,198,149); }
div.DivClassName
{
background-color: #A4C695;
}
.BgClassName
{
background-color: #A4C695;
}
</style>
border-color css
<style>
span { border-color: #A4C695; }
span { border-color: rgb(164,198,149); }
td.TdClassName
{
border-color: #A4C695;
}
.TagClassName
{
border-color: #A4C695;
}
</style>