Shades of Spring Rain #A0BE99
Tints of Spring Rain #A0BE99
RGB
CMYK
RGB Variations
Color information
#A0BE99 (or 0xA0BE99) is known color: Spring Rain. HEX triplet: A0, BE and 99. RGB value is (160,190,153). Sum of RGB (Red+Green+Blue) = 160+190+153=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE99 is #5F4166. Grayscale: #B0B0B0. Windows color (decimal): -6242663 or 10075808. OLE color: 10075808.
HSL color Cylindrical-coordinate representation of color #A0BE99: hue angle of 108.65º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0BE99 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 153 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.25 |
| HSL | 108.65º | 0.22% | 0.67% | - |
| HSV(B) | 108.65º | 0.19% | 0.75% | - |
| XYZ | 38.66 | 46.6 | 37.09 | - |
| YUV | 176.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 153 | 0.16 | 0 | 0.19 | 0.25 | 108.65 | 0.22 | 0.67 |
| Hex | A0 | BE | 99 | 10 | 0 | 13 | 19 | 6D | 16 | 43 |
| Octal | 240 | 276 | 231 | 20 | 0 | 23 | 31 | 155 | 26 | 103 |
| Binary | 10100000 | 10111110 | 10011001 | 10000 | 0 | 10011 | 11001 | 1101101 | 10110 | 1000011 |
Color Harmonies of #A0BE99
Complementary color
Monochromatic Colors of #A0BE99
Black with #A0BE99
Text Example
Text Example
White with #A0BE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE99; }
p { color: rgb(160,190,153); }
H1.HeaderClassName
{
color: #A0BE99;
}
.AnyTagClassName
{
color: #A0BE99;
}
</style>
background-color css
<style>
a { background-color: #A0BE99; }
a { background-color: rgb(160,190,153); }
div.DivClassName
{
background-color: #A0BE99;
}
.BgClassName
{
background-color: #A0BE99;
}
</style>
border-color css
<style>
span { border-color: #A0BE99; }
span { border-color: rgb(160,190,153); }
td.TdClassName
{
border-color: #A0BE99;
}
.TagClassName
{
border-color: #A0BE99;
}
</style>