Shades of Spring Rain #A1BB9A
Tints of Spring Rain #A1BB9A
RGB
CMYK
RGB Variations
Color information
#A1BB9A (or 0xA1BB9A) is known color: Spring Rain. HEX triplet: A1, BB and 9A. RGB value is (161,187,154). Sum of RGB (Red+Green+Blue) = 161+187+154=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB9A is #5E4465. Grayscale: #AFAFAF. Windows color (decimal): -6177894 or 10140577. OLE color: 10140577.
HSL color Cylindrical-coordinate representation of color #A1BB9A: hue angle of 107.27º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1BB9A is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 154 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.27 |
| HSL | 107.27º | 0.2% | 0.67% | - |
| HSV(B) | 107.27º | 0.18% | 0.73% | - |
| XYZ | 38.3 | 45.45 | 37.33 | - |
| YUV | 175.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 154 | 0.14 | 0 | 0.18 | 0.27 | 107.27 | 0.2 | 0.67 |
| Hex | A1 | BB | 9A | E | 0 | 12 | 1B | 6B | 14 | 43 |
| Octal | 241 | 273 | 232 | 16 | 0 | 22 | 33 | 153 | 24 | 103 |
| Binary | 10100001 | 10111011 | 10011010 | 1110 | 0 | 10010 | 11011 | 1101011 | 10100 | 1000011 |
Color Harmonies of #A1BB9A
Complementary color
Monochromatic Colors of #A1BB9A
Black with #A1BB9A
Text Example
Text Example
White with #A1BB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB9A; }
p { color: rgb(161,187,154); }
H1.HeaderClassName
{
color: #A1BB9A;
}
.AnyTagClassName
{
color: #A1BB9A;
}
</style>
background-color css
<style>
a { background-color: #A1BB9A; }
a { background-color: rgb(161,187,154); }
div.DivClassName
{
background-color: #A1BB9A;
}
.BgClassName
{
background-color: #A1BB9A;
}
</style>
border-color css
<style>
span { border-color: #A1BB9A; }
span { border-color: rgb(161,187,154); }
td.TdClassName
{
border-color: #A1BB9A;
}
.TagClassName
{
border-color: #A1BB9A;
}
</style>