Shades of Spring Rain #A4BC98
Tints of Spring Rain #A4BC98
RGB
CMYK
RGB Variations
Color information
#A4BC98 (or 0xA4BC98) is known color: Spring Rain. HEX triplet: A4, BC and 98. RGB value is (164,188,152). Sum of RGB (Red+Green+Blue) = 164+188+152=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BC98 is #5B4367. Grayscale: #B0B0B0. Windows color (decimal): -5981032 or 10009764. OLE color: 10009764.
HSL color Cylindrical-coordinate representation of color #A4BC98: hue angle of 100º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4BC98 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 152 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.26 |
| HSL | 100º | 0.21% | 0.67% | - |
| HSV(B) | 100º | 0.19% | 0.74% | - |
| XYZ | 38.96 | 46.13 | 36.56 | - |
| YUV | 176.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 152 | 0.13 | 0 | 0.19 | 0.26 | 100 | 0.21 | 0.67 |
| Hex | A4 | BC | 98 | D | 0 | 13 | 1A | 64 | 15 | 43 |
| Octal | 244 | 274 | 230 | 15 | 0 | 23 | 32 | 144 | 25 | 103 |
| Binary | 10100100 | 10111100 | 10011000 | 1101 | 0 | 10011 | 11010 | 1100100 | 10101 | 1000011 |
Color Harmonies of #A4BC98
Complementary color
Monochromatic Colors of #A4BC98
Black with #A4BC98
Text Example
Text Example
White with #A4BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC98; }
p { color: rgb(164,188,152); }
H1.HeaderClassName
{
color: #A4BC98;
}
.AnyTagClassName
{
color: #A4BC98;
}
</style>
background-color css
<style>
a { background-color: #A4BC98; }
a { background-color: rgb(164,188,152); }
div.DivClassName
{
background-color: #A4BC98;
}
.BgClassName
{
background-color: #A4BC98;
}
</style>
border-color css
<style>
span { border-color: #A4BC98; }
span { border-color: rgb(164,188,152); }
td.TdClassName
{
border-color: #A4BC98;
}
.TagClassName
{
border-color: #A4BC98;
}
</style>