Shades of Spring Rain #A6BE99
Tints of Spring Rain #A6BE99
RGB
CMYK
RGB Variations
Color information
#A6BE99 (or 0xA6BE99) is known color: Spring Rain. HEX triplet: A6, BE and 99. RGB value is (166,190,153). Sum of RGB (Red+Green+Blue) = 166+190+153=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE99 is #594166. Grayscale: #B2B2B2. Windows color (decimal): -5849447 or 10075814. OLE color: 10075814.
HSL color Cylindrical-coordinate representation of color #A6BE99: hue angle of 98.92º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6BE99 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 153 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.25 |
| HSL | 98.92º | 0.22% | 0.67% | - |
| HSV(B) | 98.92º | 0.19% | 0.75% | - |
| XYZ | 39.89 | 47.23 | 37.15 | - |
| YUV | 178.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 153 | 0.13 | 0 | 0.19 | 0.25 | 98.92 | 0.22 | 0.67 |
| Hex | A6 | BE | 99 | D | 0 | 13 | 19 | 63 | 16 | 43 |
| Octal | 246 | 276 | 231 | 15 | 0 | 23 | 31 | 143 | 26 | 103 |
| Binary | 10100110 | 10111110 | 10011001 | 1101 | 0 | 10011 | 11001 | 1100011 | 10110 | 1000011 |
Color Harmonies of #A6BE99
Complementary color
Monochromatic Colors of #A6BE99
Black with #A6BE99
Text Example
Text Example
White with #A6BE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE99; }
p { color: rgb(166,190,153); }
H1.HeaderClassName
{
color: #A6BE99;
}
.AnyTagClassName
{
color: #A6BE99;
}
</style>
background-color css
<style>
a { background-color: #A6BE99; }
a { background-color: rgb(166,190,153); }
div.DivClassName
{
background-color: #A6BE99;
}
.BgClassName
{
background-color: #A6BE99;
}
</style>
border-color css
<style>
span { border-color: #A6BE99; }
span { border-color: rgb(166,190,153); }
td.TdClassName
{
border-color: #A6BE99;
}
.TagClassName
{
border-color: #A6BE99;
}
</style>