Shades of Spring Rain #A3CB96
Tints of Spring Rain #A3CB96
RGB
CMYK
RGB Variations
Color information
#A3CB96 (or 0xA3CB96) is known color: Spring Rain. HEX triplet: A3, CB and 96. RGB value is (163,203,150). Sum of RGB (Red+Green+Blue) = 163+203+150=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CB96 is #5C3469. Grayscale: #B9B9B9. Windows color (decimal): -6042730 or 9882531. OLE color: 9882531.
HSL color Cylindrical-coordinate representation of color #A3CB96: hue angle of 105.28º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CB96 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 150 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.20 |
| HSL | 105.28º | 0.34% | 0.69% | - |
| HSV(B) | 105.28º | 0.26% | 0.8% | - |
| XYZ | 41.97 | 52.7 | 36.81 | - |
| YUV | 185 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 150 | 0.20 | 0 | 0.26 | 0.20 | 105.28 | 0.34 | 0.69 |
| Hex | A3 | CB | 96 | 14 | 0 | 1A | 14 | 69 | 22 | 45 |
| Octal | 243 | 313 | 226 | 24 | 0 | 32 | 24 | 151 | 42 | 105 |
| Binary | 10100011 | 11001011 | 10010110 | 10100 | 0 | 11010 | 10100 | 1101001 | 100010 | 1000101 |
Color Harmonies of #A3CB96
Complementary color
Monochromatic Colors of #A3CB96
Black with #A3CB96
Text Example
Text Example
White with #A3CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB96; }
p { color: rgb(163,203,150); }
H1.HeaderClassName
{
color: #A3CB96;
}
.AnyTagClassName
{
color: #A3CB96;
}
</style>
background-color css
<style>
a { background-color: #A3CB96; }
a { background-color: rgb(163,203,150); }
div.DivClassName
{
background-color: #A3CB96;
}
.BgClassName
{
background-color: #A3CB96;
}
</style>
border-color css
<style>
span { border-color: #A3CB96; }
span { border-color: rgb(163,203,150); }
td.TdClassName
{
border-color: #A3CB96;
}
.TagClassName
{
border-color: #A3CB96;
}
</style>