Shades of Spring Rain #A0BC96
Tints of Spring Rain #A0BC96
RGB
CMYK
RGB Variations
Color information
#A0BC96 (or 0xA0BC96) is known color: Spring Rain. HEX triplet: A0, BC and 96. RGB value is (160,188,150). Sum of RGB (Red+Green+Blue) = 160+188+150=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC96 is #5F4369. Grayscale: #AFAFAF. Windows color (decimal): -6243178 or 9878688. OLE color: 9878688.
HSL color Cylindrical-coordinate representation of color #A0BC96: hue angle of 104.21º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0BC96 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 150 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.26 |
| HSL | 104.21º | 0.22% | 0.66% | - |
| HSV(B) | 104.21º | 0.2% | 0.74% | - |
| XYZ | 37.99 | 45.64 | 35.66 | - |
| YUV | 175.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 150 | 0.15 | 0 | 0.20 | 0.26 | 104.21 | 0.22 | 0.66 |
| Hex | A0 | BC | 96 | F | 0 | 14 | 1A | 68 | 16 | 42 |
| Octal | 240 | 274 | 226 | 17 | 0 | 24 | 32 | 150 | 26 | 102 |
| Binary | 10100000 | 10111100 | 10010110 | 1111 | 0 | 10100 | 11010 | 1101000 | 10110 | 1000010 |
Color Harmonies of #A0BC96
Complementary color
Monochromatic Colors of #A0BC96
Black with #A0BC96
Text Example
Text Example
White with #A0BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC96; }
p { color: rgb(160,188,150); }
H1.HeaderClassName
{
color: #A0BC96;
}
.AnyTagClassName
{
color: #A0BC96;
}
</style>
background-color css
<style>
a { background-color: #A0BC96; }
a { background-color: rgb(160,188,150); }
div.DivClassName
{
background-color: #A0BC96;
}
.BgClassName
{
background-color: #A0BC96;
}
</style>
border-color css
<style>
span { border-color: #A0BC96; }
span { border-color: rgb(160,188,150); }
td.TdClassName
{
border-color: #A0BC96;
}
.TagClassName
{
border-color: #A0BC96;
}
</style>