Shades of Spring Rain #A4C198
Tints of Spring Rain #A4C198
RGB
CMYK
RGB Variations
Color information
#A4C198 (or 0xA4C198) is known color: Spring Rain. HEX triplet: A4, C1 and 98. RGB value is (164,193,152). Sum of RGB (Red+Green+Blue) = 164+193+152=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C198 is #5B3E67. Grayscale: #B3B3B3. Windows color (decimal): -5979752 or 10011044. OLE color: 10011044.
HSL color Cylindrical-coordinate representation of color #A4C198: hue angle of 102.44º 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 #A4C198 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 152 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.24 |
| HSL | 102.44º | 0.25% | 0.68% | - |
| HSV(B) | 102.44º | 0.21% | 0.76% | - |
| XYZ | 40.05 | 48.3 | 36.92 | - |
| YUV | 179.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 152 | 0.15 | 0 | 0.21 | 0.24 | 102.44 | 0.25 | 0.68 |
| Hex | A4 | C1 | 98 | F | 0 | 15 | 18 | 66 | 19 | 44 |
| Octal | 244 | 301 | 230 | 17 | 0 | 25 | 30 | 146 | 31 | 104 |
| Binary | 10100100 | 11000001 | 10011000 | 1111 | 0 | 10101 | 11000 | 1100110 | 11001 | 1000100 |
Color Harmonies of #A4C198
Complementary color
Monochromatic Colors of #A4C198
Black with #A4C198
Text Example
Text Example
White with #A4C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C198; }
p { color: rgb(164,193,152); }
H1.HeaderClassName
{
color: #A4C198;
}
.AnyTagClassName
{
color: #A4C198;
}
</style>
background-color css
<style>
a { background-color: #A4C198; }
a { background-color: rgb(164,193,152); }
div.DivClassName
{
background-color: #A4C198;
}
.BgClassName
{
background-color: #A4C198;
}
</style>
border-color css
<style>
span { border-color: #A4C198; }
span { border-color: rgb(164,193,152); }
td.TdClassName
{
border-color: #A4C198;
}
.TagClassName
{
border-color: #A4C198;
}
</style>