Shades of Spring Rain #A4B998
Tints of Spring Rain #A4B998
RGB
CMYK
RGB Variations
Color information
#A4B998 (or 0xA4B998) is known color: Spring Rain. HEX triplet: A4, B9 and 98. RGB value is (164,185,152). Sum of RGB (Red+Green+Blue) = 164+185+152=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B998 is #5B4667. Grayscale: #AFAFAF. Windows color (decimal): -5981800 or 10008996. OLE color: 10008996.
HSL color Cylindrical-coordinate representation of color #A4B998: hue angle of 98.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4B998 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 152 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.27 |
| HSL | 98.18º | 0.19% | 0.66% | - |
| HSV(B) | 98.18º | 0.18% | 0.73% | - |
| XYZ | 38.33 | 44.86 | 36.34 | - |
| YUV | 174.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 152 | 0.11 | 0 | 0.18 | 0.27 | 98.18 | 0.19 | 0.66 |
| Hex | A4 | B9 | 98 | B | 0 | 12 | 1B | 62 | 13 | 42 |
| Octal | 244 | 271 | 230 | 13 | 0 | 22 | 33 | 142 | 23 | 102 |
| Binary | 10100100 | 10111001 | 10011000 | 1011 | 0 | 10010 | 11011 | 1100010 | 10011 | 1000010 |
Color Harmonies of #A4B998
Complementary color
Monochromatic Colors of #A4B998
Black with #A4B998
Text Example
Text Example
White with #A4B998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B998; }
p { color: rgb(164,185,152); }
H1.HeaderClassName
{
color: #A4B998;
}
.AnyTagClassName
{
color: #A4B998;
}
</style>
background-color css
<style>
a { background-color: #A4B998; }
a { background-color: rgb(164,185,152); }
div.DivClassName
{
background-color: #A4B998;
}
.BgClassName
{
background-color: #A4B998;
}
</style>
border-color css
<style>
span { border-color: #A4B998; }
span { border-color: rgb(164,185,152); }
td.TdClassName
{
border-color: #A4B998;
}
.TagClassName
{
border-color: #A4B998;
}
</style>