Shades of Spring Rain #A1BB9E
Tints of Spring Rain #A1BB9E
RGB
CMYK
RGB Variations
Color information
#A1BB9E (or 0xA1BB9E) is known color: Spring Rain. HEX triplet: A1, BB and 9E. RGB value is (161,187,158). Sum of RGB (Red+Green+Blue) = 161+187+158=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB9E is #5E4461. Grayscale: #B0B0B0. Windows color (decimal): -6177890 or 10402721. OLE color: 10402721.
HSL color Cylindrical-coordinate representation of color #A1BB9E: hue angle of 113.79º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BB9E is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 158 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.27 |
| HSL | 113.79º | 0.18% | 0.68% | - |
| HSV(B) | 113.79º | 0.16% | 0.73% | - |
| XYZ | 38.64 | 45.59 | 39.11 | - |
| YUV | 175.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 158 | 0.14 | 0 | 0.16 | 0.27 | 113.79 | 0.18 | 0.68 |
| Hex | A1 | BB | 9E | E | 0 | 10 | 1B | 72 | 12 | 44 |
| Octal | 241 | 273 | 236 | 16 | 0 | 20 | 33 | 162 | 22 | 104 |
| Binary | 10100001 | 10111011 | 10011110 | 1110 | 0 | 10000 | 11011 | 1110010 | 10010 | 1000100 |
Color Harmonies of #A1BB9E
Complementary color
Monochromatic Colors of #A1BB9E
Black with #A1BB9E
Text Example
Text Example
White with #A1BB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB9E; }
p { color: rgb(161,187,158); }
H1.HeaderClassName
{
color: #A1BB9E;
}
.AnyTagClassName
{
color: #A1BB9E;
}
</style>
background-color css
<style>
a { background-color: #A1BB9E; }
a { background-color: rgb(161,187,158); }
div.DivClassName
{
background-color: #A1BB9E;
}
.BgClassName
{
background-color: #A1BB9E;
}
</style>
border-color css
<style>
span { border-color: #A1BB9E; }
span { border-color: rgb(161,187,158); }
td.TdClassName
{
border-color: #A1BB9E;
}
.TagClassName
{
border-color: #A1BB9E;
}
</style>