Shades of Spring Rain #A6BE9E
Tints of Spring Rain #A6BE9E
RGB
CMYK
RGB Variations
Color information
#A6BE9E (or 0xA6BE9E) is known color: Spring Rain. HEX triplet: A6, BE and 9E. RGB value is (166,190,158). Sum of RGB (Red+Green+Blue) = 166+190+158=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE9E is #594161. Grayscale: #B3B3B3. Windows color (decimal): -5849442 or 10403494. OLE color: 10403494.
HSL color Cylindrical-coordinate representation of color #A6BE9E: hue angle of 105º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6BE9E is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 158 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.25 |
| HSL | 105º | 0.2% | 0.68% | - |
| HSV(B) | 105º | 0.17% | 0.75% | - |
| XYZ | 40.31 | 47.4 | 39.37 | - |
| YUV | 179.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 158 | 0.13 | 0 | 0.17 | 0.25 | 105 | 0.2 | 0.68 |
| Hex | A6 | BE | 9E | D | 0 | 11 | 19 | 69 | 14 | 44 |
| Octal | 246 | 276 | 236 | 15 | 0 | 21 | 31 | 151 | 24 | 104 |
| Binary | 10100110 | 10111110 | 10011110 | 1101 | 0 | 10001 | 11001 | 1101001 | 10100 | 1000100 |
Color Harmonies of #A6BE9E
Complementary color
Monochromatic Colors of #A6BE9E
Black with #A6BE9E
Text Example
Text Example
White with #A6BE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE9E; }
p { color: rgb(166,190,158); }
H1.HeaderClassName
{
color: #A6BE9E;
}
.AnyTagClassName
{
color: #A6BE9E;
}
</style>
background-color css
<style>
a { background-color: #A6BE9E; }
a { background-color: rgb(166,190,158); }
div.DivClassName
{
background-color: #A6BE9E;
}
.BgClassName
{
background-color: #A6BE9E;
}
</style>
border-color css
<style>
span { border-color: #A6BE9E; }
span { border-color: rgb(166,190,158); }
td.TdClassName
{
border-color: #A6BE9E;
}
.TagClassName
{
border-color: #A6BE9E;
}
</style>