Shades of Spring Rain #A4BB9D
Tints of Spring Rain #A4BB9D
RGB
CMYK
RGB Variations
Color information
#A4BB9D (or 0xA4BB9D) is known color: Spring Rain. HEX triplet: A4, BB and 9D. RGB value is (164,187,157). Sum of RGB (Red+Green+Blue) = 164+187+157=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BB9D is #5B4462. Grayscale: #B0B0B0. Windows color (decimal): -5981283 or 10337188. OLE color: 10337188.
HSL color Cylindrical-coordinate representation of color #A4BB9D: hue angle of 106º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4BB9D is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 187 | 157 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.27 |
| HSL | 106º | 0.18% | 0.67% | - |
| HSV(B) | 106º | 0.16% | 0.73% | - |
| XYZ | 39.17 | 45.87 | 38.69 | - |
| YUV | 176.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 157 | 0.12 | 0 | 0.16 | 0.27 | 106 | 0.18 | 0.67 |
| Hex | A4 | BB | 9D | C | 0 | 10 | 1B | 6A | 12 | 43 |
| Octal | 244 | 273 | 235 | 14 | 0 | 20 | 33 | 152 | 22 | 103 |
| Binary | 10100100 | 10111011 | 10011101 | 1100 | 0 | 10000 | 11011 | 1101010 | 10010 | 1000011 |
Color Harmonies of #A4BB9D
Complementary color
Monochromatic Colors of #A4BB9D
Black with #A4BB9D
Text Example
Text Example
White with #A4BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BB9D; }
p { color: rgb(164,187,157); }
H1.HeaderClassName
{
color: #A4BB9D;
}
.AnyTagClassName
{
color: #A4BB9D;
}
</style>
background-color css
<style>
a { background-color: #A4BB9D; }
a { background-color: rgb(164,187,157); }
div.DivClassName
{
background-color: #A4BB9D;
}
.BgClassName
{
background-color: #A4BB9D;
}
</style>
border-color css
<style>
span { border-color: #A4BB9D; }
span { border-color: rgb(164,187,157); }
td.TdClassName
{
border-color: #A4BB9D;
}
.TagClassName
{
border-color: #A4BB9D;
}
</style>