Shades of Spring Rain #A3BC96
Tints of Spring Rain #A3BC96
RGB
CMYK
RGB Variations
Color information
#A3BC96 (or 0xA3BC96) is known color: Spring Rain. HEX triplet: A3, BC and 96. RGB value is (163,188,150). Sum of RGB (Red+Green+Blue) = 163+188+150=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC96 is #5C4369. Grayscale: #B0B0B0. Windows color (decimal): -6046570 or 9878691. OLE color: 9878691.
HSL color Cylindrical-coordinate representation of color #A3BC96: hue angle of 99.47º 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 #A3BC96 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 150 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.26 |
| HSL | 99.47º | 0.22% | 0.66% | - |
| HSV(B) | 99.47º | 0.2% | 0.74% | - |
| XYZ | 38.59 | 45.95 | 35.69 | - |
| YUV | 176.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 150 | 0.13 | 0 | 0.20 | 0.26 | 99.47 | 0.22 | 0.66 |
| Hex | A3 | BC | 96 | D | 0 | 14 | 1A | 63 | 16 | 42 |
| Octal | 243 | 274 | 226 | 15 | 0 | 24 | 32 | 143 | 26 | 102 |
| Binary | 10100011 | 10111100 | 10010110 | 1101 | 0 | 10100 | 11010 | 1100011 | 10110 | 1000010 |
Color Harmonies of #A3BC96
Complementary color
Monochromatic Colors of #A3BC96
Black with #A3BC96
Text Example
Text Example
White with #A3BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC96; }
p { color: rgb(163,188,150); }
H1.HeaderClassName
{
color: #A3BC96;
}
.AnyTagClassName
{
color: #A3BC96;
}
</style>
background-color css
<style>
a { background-color: #A3BC96; }
a { background-color: rgb(163,188,150); }
div.DivClassName
{
background-color: #A3BC96;
}
.BgClassName
{
background-color: #A3BC96;
}
</style>
border-color css
<style>
span { border-color: #A3BC96; }
span { border-color: rgb(163,188,150); }
td.TdClassName
{
border-color: #A3BC96;
}
.TagClassName
{
border-color: #A3BC96;
}
</style>