Shades of Spring Rain #A6C49B
Tints of Spring Rain #A6C49B
RGB
CMYK
RGB Variations
Color information
#A6C49B (or 0xA6C49B) is known color: Spring Rain. HEX triplet: A6, C4 and 9B. RGB value is (166,196,155). Sum of RGB (Red+Green+Blue) = 166+196+155=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C49B is #593B64. Grayscale: #B6B6B6. Windows color (decimal): -5847909 or 10208422. OLE color: 10208422.
HSL color Cylindrical-coordinate representation of color #A6C49B: hue angle of 103.9º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6C49B is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 196 | 155 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.23 |
| HSL | 103.9º | 0.26% | 0.69% | - |
| HSV(B) | 103.9º | 0.21% | 0.77% | - |
| XYZ | 41.38 | 49.95 | 38.47 | - |
| YUV | 182.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 155 | 0.15 | 0 | 0.21 | 0.23 | 103.9 | 0.26 | 0.69 |
| Hex | A6 | C4 | 9B | F | 0 | 15 | 17 | 68 | 1A | 45 |
| Octal | 246 | 304 | 233 | 17 | 0 | 25 | 27 | 150 | 32 | 105 |
| Binary | 10100110 | 11000100 | 10011011 | 1111 | 0 | 10101 | 10111 | 1101000 | 11010 | 1000101 |
Color Harmonies of #A6C49B
Complementary color
Monochromatic Colors of #A6C49B
Black with #A6C49B
Text Example
Text Example
White with #A6C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C49B; }
p { color: rgb(166,196,155); }
H1.HeaderClassName
{
color: #A6C49B;
}
.AnyTagClassName
{
color: #A6C49B;
}
</style>
background-color css
<style>
a { background-color: #A6C49B; }
a { background-color: rgb(166,196,155); }
div.DivClassName
{
background-color: #A6C49B;
}
.BgClassName
{
background-color: #A6C49B;
}
</style>
border-color css
<style>
span { border-color: #A6C49B; }
span { border-color: rgb(166,196,155); }
td.TdClassName
{
border-color: #A6C49B;
}
.TagClassName
{
border-color: #A6C49B;
}
</style>