Shades of Spring Rain #A1BE98
Tints of Spring Rain #A1BE98
RGB
CMYK
RGB Variations
Color information
#A1BE98 (or 0xA1BE98) is known color: Spring Rain. HEX triplet: A1, BE and 98. RGB value is (161,190,152). Sum of RGB (Red+Green+Blue) = 161+190+152=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BE98 is #5E4167. Grayscale: #B1B1B1. Windows color (decimal): -6177128 or 10010273. OLE color: 10010273.
HSL color Cylindrical-coordinate representation of color #A1BE98: hue angle of 105.79º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BE98 is Cyan = 0.15, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 152 | - |
| CMYK | 0.15 | 0 | 0.2 | 0.25 |
| HSL | 105.79º | 0.23% | 0.67% | - |
| HSV(B) | 105.79º | 0.2% | 0.75% | - |
| XYZ | 38.78 | 46.67 | 36.67 | - |
| YUV | 177 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 152 | 0.15 | 0 | 0.2 | 0.25 | 105.79 | 0.23 | 0.67 |
| Hex | A1 | BE | 98 | F | 0 | 14 | 19 | 6A | 17 | 43 |
| Octal | 241 | 276 | 230 | 17 | 0 | 24 | 31 | 152 | 27 | 103 |
| Binary | 10100001 | 10111110 | 10011000 | 1111 | 0 | 10100 | 11001 | 1101010 | 10111 | 1000011 |
Color Harmonies of #A1BE98
Complementary color
Monochromatic Colors of #A1BE98
Black with #A1BE98
Text Example
Text Example
White with #A1BE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE98; }
p { color: rgb(161,190,152); }
H1.HeaderClassName
{
color: #A1BE98;
}
.AnyTagClassName
{
color: #A1BE98;
}
</style>
background-color css
<style>
a { background-color: #A1BE98; }
a { background-color: rgb(161,190,152); }
div.DivClassName
{
background-color: #A1BE98;
}
.BgClassName
{
background-color: #A1BE98;
}
</style>
border-color css
<style>
span { border-color: #A1BE98; }
span { border-color: rgb(161,190,152); }
td.TdClassName
{
border-color: #A1BE98;
}
.TagClassName
{
border-color: #A1BE98;
}
</style>