Shades of Spring Rain #A5BA99
Tints of Spring Rain #A5BA99
RGB
CMYK
RGB Variations
Color information
#A5BA99 (or 0xA5BA99) is known color: Spring Rain. HEX triplet: A5, BA and 99. RGB value is (165,186,153). Sum of RGB (Red+Green+Blue) = 165+186+153=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA99 is #5A4566. Grayscale: #B0B0B0. Windows color (decimal): -5916007 or 10074789. OLE color: 10074789.
HSL color Cylindrical-coordinate representation of color #A5BA99: hue angle of 98.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5BA99 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 153 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.27 |
| HSL | 98.18º | 0.19% | 0.66% | - |
| HSV(B) | 98.18º | 0.18% | 0.73% | - |
| XYZ | 38.83 | 45.42 | 36.86 | - |
| YUV | 175.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 153 | 0.11 | 0 | 0.18 | 0.27 | 98.18 | 0.19 | 0.66 |
| Hex | A5 | BA | 99 | B | 0 | 12 | 1B | 62 | 13 | 42 |
| Octal | 245 | 272 | 231 | 13 | 0 | 22 | 33 | 142 | 23 | 102 |
| Binary | 10100101 | 10111010 | 10011001 | 1011 | 0 | 10010 | 11011 | 1100010 | 10011 | 1000010 |
Color Harmonies of #A5BA99
Complementary color
Monochromatic Colors of #A5BA99
Black with #A5BA99
Text Example
Text Example
White with #A5BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA99; }
p { color: rgb(165,186,153); }
H1.HeaderClassName
{
color: #A5BA99;
}
.AnyTagClassName
{
color: #A5BA99;
}
</style>
background-color css
<style>
a { background-color: #A5BA99; }
a { background-color: rgb(165,186,153); }
div.DivClassName
{
background-color: #A5BA99;
}
.BgClassName
{
background-color: #A5BA99;
}
</style>
border-color css
<style>
span { border-color: #A5BA99; }
span { border-color: rgb(165,186,153); }
td.TdClassName
{
border-color: #A5BA99;
}
.TagClassName
{
border-color: #A5BA99;
}
</style>