Shades of Spring Rain #A0BD91
Tints of Spring Rain #A0BD91
RGB
CMYK
RGB Variations
Color information
#A0BD91 (or 0xA0BD91) is known color: Spring Rain. HEX triplet: A0, BD and 91. RGB value is (160,189,145). Sum of RGB (Red+Green+Blue) = 160+189+145=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BD91 is #5F426E. Grayscale: #AFAFAF. Windows color (decimal): -6242927 or 9551264. OLE color: 9551264.
HSL color Cylindrical-coordinate representation of color #A0BD91: hue angle of 99.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0BD91 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 145 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.26 |
| HSL | 99.55º | 0.25% | 0.65% | - |
| HSV(B) | 99.55º | 0.23% | 0.74% | - |
| XYZ | 37.81 | 45.91 | 33.66 | - |
| YUV | 175.31 | 110.89 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 145 | 0.15 | 0 | 0.23 | 0.26 | 99.55 | 0.25 | 0.65 |
| Hex | A0 | BD | 91 | F | 0 | 17 | 1A | 64 | 19 | 41 |
| Octal | 240 | 275 | 221 | 17 | 0 | 27 | 32 | 144 | 31 | 101 |
| Binary | 10100000 | 10111101 | 10010001 | 1111 | 0 | 10111 | 11010 | 1100100 | 11001 | 1000001 |
Color Harmonies of #A0BD91
Complementary color
Monochromatic Colors of #A0BD91
Black with #A0BD91
Text Example
Text Example
White with #A0BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD91; }
p { color: rgb(160,189,145); }
H1.HeaderClassName
{
color: #A0BD91;
}
.AnyTagClassName
{
color: #A0BD91;
}
</style>
background-color css
<style>
a { background-color: #A0BD91; }
a { background-color: rgb(160,189,145); }
div.DivClassName
{
background-color: #A0BD91;
}
.BgClassName
{
background-color: #A0BD91;
}
</style>
border-color css
<style>
span { border-color: #A0BD91; }
span { border-color: rgb(160,189,145); }
td.TdClassName
{
border-color: #A0BD91;
}
.TagClassName
{
border-color: #A0BD91;
}
</style>