Shades of Spring Rain #A0BF96
Tints of Spring Rain #A0BF96
RGB
CMYK
RGB Variations
Color information
#A0BF96 (or 0xA0BF96) is known color: Spring Rain. HEX triplet: A0, BF and 96. RGB value is (160,191,150). Sum of RGB (Red+Green+Blue) = 160+191+150=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BF96 is #5F4069. Grayscale: #B1B1B1. Windows color (decimal): -6242410 or 9879456. OLE color: 9879456.
HSL color Cylindrical-coordinate representation of color #A0BF96: hue angle of 105.37º 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 #A0BF96 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 150 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.25 |
| HSL | 105.37º | 0.24% | 0.67% | - |
| HSV(B) | 105.37º | 0.21% | 0.75% | - |
| XYZ | 38.63 | 46.94 | 35.88 | - |
| YUV | 177.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 150 | 0.16 | 0 | 0.21 | 0.25 | 105.37 | 0.24 | 0.67 |
| Hex | A0 | BF | 96 | 10 | 0 | 15 | 19 | 69 | 18 | 43 |
| Octal | 240 | 277 | 226 | 20 | 0 | 25 | 31 | 151 | 30 | 103 |
| Binary | 10100000 | 10111111 | 10010110 | 10000 | 0 | 10101 | 11001 | 1101001 | 11000 | 1000011 |
Color Harmonies of #A0BF96
Complementary color
Monochromatic Colors of #A0BF96
Black with #A0BF96
Text Example
Text Example
White with #A0BF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF96; }
p { color: rgb(160,191,150); }
H1.HeaderClassName
{
color: #A0BF96;
}
.AnyTagClassName
{
color: #A0BF96;
}
</style>
background-color css
<style>
a { background-color: #A0BF96; }
a { background-color: rgb(160,191,150); }
div.DivClassName
{
background-color: #A0BF96;
}
.BgClassName
{
background-color: #A0BF96;
}
</style>
border-color css
<style>
span { border-color: #A0BF96; }
span { border-color: rgb(160,191,150); }
td.TdClassName
{
border-color: #A0BF96;
}
.TagClassName
{
border-color: #A0BF96;
}
</style>