Shades of Spring Rain #A1BF9E
Tints of Spring Rain #A1BF9E
RGB
CMYK
RGB Variations
Color information
#A1BF9E (or 0xA1BF9E) is known color: Spring Rain. HEX triplet: A1, BF and 9E. RGB value is (161,191,158). Sum of RGB (Red+Green+Blue) = 161+191+158=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BF9E is #5E4061. Grayscale: #B2B2B2. Windows color (decimal): -6176866 or 10403745. OLE color: 10403745.
HSL color Cylindrical-coordinate representation of color #A1BF9E: hue angle of 114.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1BF9E is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 158 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.25 |
| HSL | 114.55º | 0.2% | 0.68% | - |
| HSV(B) | 114.55º | 0.17% | 0.75% | - |
| XYZ | 39.5 | 47.31 | 39.4 | - |
| YUV | 178.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 158 | 0.16 | 0 | 0.17 | 0.25 | 114.55 | 0.2 | 0.68 |
| Hex | A1 | BF | 9E | 10 | 0 | 11 | 19 | 73 | 14 | 44 |
| Octal | 241 | 277 | 236 | 20 | 0 | 21 | 31 | 163 | 24 | 104 |
| Binary | 10100001 | 10111111 | 10011110 | 10000 | 0 | 10001 | 11001 | 1110011 | 10100 | 1000100 |
Color Harmonies of #A1BF9E
Complementary color
Monochromatic Colors of #A1BF9E
Black with #A1BF9E
Text Example
Text Example
White with #A1BF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF9E; }
p { color: rgb(161,191,158); }
H1.HeaderClassName
{
color: #A1BF9E;
}
.AnyTagClassName
{
color: #A1BF9E;
}
</style>
background-color css
<style>
a { background-color: #A1BF9E; }
a { background-color: rgb(161,191,158); }
div.DivClassName
{
background-color: #A1BF9E;
}
.BgClassName
{
background-color: #A1BF9E;
}
</style>
border-color css
<style>
span { border-color: #A1BF9E; }
span { border-color: rgb(161,191,158); }
td.TdClassName
{
border-color: #A1BF9E;
}
.TagClassName
{
border-color: #A1BF9E;
}
</style>