Shades of Spring Rain #A6BE9B
Tints of Spring Rain #A6BE9B
RGB
CMYK
RGB Variations
Color information
#A6BE9B (or 0xA6BE9B) is known color: Spring Rain. HEX triplet: A6, BE and 9B. RGB value is (166,190,155). Sum of RGB (Red+Green+Blue) = 166+190+155=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE9B is #594164. Grayscale: #B2B2B2. Windows color (decimal): -5849445 or 10206886. OLE color: 10206886.
HSL color Cylindrical-coordinate representation of color #A6BE9B: hue angle of 101.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6BE9B is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 155 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.25 |
| HSL | 101.14º | 0.21% | 0.68% | - |
| HSV(B) | 101.14º | 0.18% | 0.75% | - |
| XYZ | 40.06 | 47.3 | 38.03 | - |
| YUV | 178.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 155 | 0.13 | 0 | 0.18 | 0.25 | 101.14 | 0.21 | 0.68 |
| Hex | A6 | BE | 9B | D | 0 | 12 | 19 | 65 | 15 | 44 |
| Octal | 246 | 276 | 233 | 15 | 0 | 22 | 31 | 145 | 25 | 104 |
| Binary | 10100110 | 10111110 | 10011011 | 1101 | 0 | 10010 | 11001 | 1100101 | 10101 | 1000100 |
Color Harmonies of #A6BE9B
Complementary color
Monochromatic Colors of #A6BE9B
Black with #A6BE9B
Text Example
Text Example
White with #A6BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE9B; }
p { color: rgb(166,190,155); }
H1.HeaderClassName
{
color: #A6BE9B;
}
.AnyTagClassName
{
color: #A6BE9B;
}
</style>
background-color css
<style>
a { background-color: #A6BE9B; }
a { background-color: rgb(166,190,155); }
div.DivClassName
{
background-color: #A6BE9B;
}
.BgClassName
{
background-color: #A6BE9B;
}
</style>
border-color css
<style>
span { border-color: #A6BE9B; }
span { border-color: rgb(166,190,155); }
td.TdClassName
{
border-color: #A6BE9B;
}
.TagClassName
{
border-color: #A6BE9B;
}
</style>