Shades of Spring Rain #A0BE96
Tints of Spring Rain #A0BE96
RGB
CMYK
RGB Variations
Color information
#A0BE96 (or 0xA0BE96) is known color: Spring Rain. HEX triplet: A0, BE and 96. RGB value is (160,190,150). Sum of RGB (Red+Green+Blue) = 160+190+150=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE96 is #5F4169. Grayscale: #B0B0B0. Windows color (decimal): -6242666 or 9879200. OLE color: 9879200.
HSL color Cylindrical-coordinate representation of color #A0BE96: hue angle of 105º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0BE96 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 150 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.25 |
| HSL | 105º | 0.24% | 0.67% | - |
| HSV(B) | 105º | 0.21% | 0.75% | - |
| XYZ | 38.42 | 46.5 | 35.81 | - |
| YUV | 176.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 150 | 0.16 | 0 | 0.21 | 0.25 | 105 | 0.24 | 0.67 |
| Hex | A0 | BE | 96 | 10 | 0 | 15 | 19 | 69 | 18 | 43 |
| Octal | 240 | 276 | 226 | 20 | 0 | 25 | 31 | 151 | 30 | 103 |
| Binary | 10100000 | 10111110 | 10010110 | 10000 | 0 | 10101 | 11001 | 1101001 | 11000 | 1000011 |
Color Harmonies of #A0BE96
Complementary color
Monochromatic Colors of #A0BE96
Black with #A0BE96
Text Example
Text Example
White with #A0BE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE96; }
p { color: rgb(160,190,150); }
H1.HeaderClassName
{
color: #A0BE96;
}
.AnyTagClassName
{
color: #A0BE96;
}
</style>
background-color css
<style>
a { background-color: #A0BE96; }
a { background-color: rgb(160,190,150); }
div.DivClassName
{
background-color: #A0BE96;
}
.BgClassName
{
background-color: #A0BE96;
}
</style>
border-color css
<style>
span { border-color: #A0BE96; }
span { border-color: rgb(160,190,150); }
td.TdClassName
{
border-color: #A0BE96;
}
.TagClassName
{
border-color: #A0BE96;
}
</style>