Shades of Spring Rain #A6BA9B
Tints of Spring Rain #A6BA9B
RGB
CMYK
RGB Variations
Color information
#A6BA9B (or 0xA6BA9B) is known color: Spring Rain. HEX triplet: A6, BA and 9B. RGB value is (166,186,155). Sum of RGB (Red+Green+Blue) = 166+186+155=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA9B is #594564. Grayscale: #B0B0B0. Windows color (decimal): -5850469 or 10205862. OLE color: 10205862.
HSL color Cylindrical-coordinate representation of color #A6BA9B: hue angle of 98.71º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6BA9B is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 155 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.27 |
| HSL | 98.71º | 0.18% | 0.67% | - |
| HSV(B) | 98.71º | 0.17% | 0.73% | - |
| XYZ | 39.2 | 45.59 | 37.74 | - |
| YUV | 176.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 155 | 0.11 | 0 | 0.17 | 0.27 | 98.71 | 0.18 | 0.67 |
| Hex | A6 | BA | 9B | B | 0 | 11 | 1B | 63 | 12 | 43 |
| Octal | 246 | 272 | 233 | 13 | 0 | 21 | 33 | 143 | 22 | 103 |
| Binary | 10100110 | 10111010 | 10011011 | 1011 | 0 | 10001 | 11011 | 1100011 | 10010 | 1000011 |
Color Harmonies of #A6BA9B
Complementary color
Monochromatic Colors of #A6BA9B
Black with #A6BA9B
Text Example
Text Example
White with #A6BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA9B; }
p { color: rgb(166,186,155); }
H1.HeaderClassName
{
color: #A6BA9B;
}
.AnyTagClassName
{
color: #A6BA9B;
}
</style>
background-color css
<style>
a { background-color: #A6BA9B; }
a { background-color: rgb(166,186,155); }
div.DivClassName
{
background-color: #A6BA9B;
}
.BgClassName
{
background-color: #A6BA9B;
}
</style>
border-color css
<style>
span { border-color: #A6BA9B; }
span { border-color: rgb(166,186,155); }
td.TdClassName
{
border-color: #A6BA9B;
}
.TagClassName
{
border-color: #A6BA9B;
}
</style>