Shades of Spring Rain #A6BD9B
Tints of Spring Rain #A6BD9B
RGB
CMYK
RGB Variations
Color information
#A6BD9B (or 0xA6BD9B) is known color: Spring Rain. HEX triplet: A6, BD and 9B. RGB value is (166,189,155). Sum of RGB (Red+Green+Blue) = 166+189+155=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BD9B is #594264. Grayscale: #B2B2B2. Windows color (decimal): -5849701 or 10206630. OLE color: 10206630.
HSL color Cylindrical-coordinate representation of color #A6BD9B: hue angle of 100.59º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6BD9B is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 155 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.26 |
| HSL | 100.59º | 0.2% | 0.67% | - |
| HSV(B) | 100.59º | 0.18% | 0.74% | - |
| XYZ | 39.84 | 46.87 | 37.96 | - |
| YUV | 178.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 155 | 0.12 | 0 | 0.18 | 0.26 | 100.59 | 0.2 | 0.67 |
| Hex | A6 | BD | 9B | C | 0 | 12 | 1A | 65 | 14 | 43 |
| Octal | 246 | 275 | 233 | 14 | 0 | 22 | 32 | 145 | 24 | 103 |
| Binary | 10100110 | 10111101 | 10011011 | 1100 | 0 | 10010 | 11010 | 1100101 | 10100 | 1000011 |
Color Harmonies of #A6BD9B
Complementary color
Monochromatic Colors of #A6BD9B
Black with #A6BD9B
Text Example
Text Example
White with #A6BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD9B; }
p { color: rgb(166,189,155); }
H1.HeaderClassName
{
color: #A6BD9B;
}
.AnyTagClassName
{
color: #A6BD9B;
}
</style>
background-color css
<style>
a { background-color: #A6BD9B; }
a { background-color: rgb(166,189,155); }
div.DivClassName
{
background-color: #A6BD9B;
}
.BgClassName
{
background-color: #A6BD9B;
}
</style>
border-color css
<style>
span { border-color: #A6BD9B; }
span { border-color: rgb(166,189,155); }
td.TdClassName
{
border-color: #A6BD9B;
}
.TagClassName
{
border-color: #A6BD9B;
}
</style>