Shades of Spring Rain #A5B99B
Tints of Spring Rain #A5B99B
RGB
CMYK
RGB Variations
Color information
#A5B99B (or 0xA5B99B) is known color: Spring Rain. HEX triplet: A5, B9 and 9B. RGB value is (165,185,155). Sum of RGB (Red+Green+Blue) = 165+185+155=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B99B is #5A4664. Grayscale: #AFAFAF. Windows color (decimal): -5916261 or 10205605. OLE color: 10205605.
HSL color Cylindrical-coordinate representation of color #A5B99B: hue angle of 100º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5B99B is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 155 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.27 |
| HSL | 100º | 0.18% | 0.67% | - |
| HSV(B) | 100º | 0.16% | 0.73% | - |
| XYZ | 38.78 | 45.06 | 37.66 | - |
| YUV | 175.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 155 | 0.11 | 0 | 0.16 | 0.27 | 100 | 0.18 | 0.67 |
| Hex | A5 | B9 | 9B | B | 0 | 10 | 1B | 64 | 12 | 43 |
| Octal | 245 | 271 | 233 | 13 | 0 | 20 | 33 | 144 | 22 | 103 |
| Binary | 10100101 | 10111001 | 10011011 | 1011 | 0 | 10000 | 11011 | 1100100 | 10010 | 1000011 |
Color Harmonies of #A5B99B
Complementary color
Monochromatic Colors of #A5B99B
Black with #A5B99B
Text Example
Text Example
White with #A5B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B99B; }
p { color: rgb(165,185,155); }
H1.HeaderClassName
{
color: #A5B99B;
}
.AnyTagClassName
{
color: #A5B99B;
}
</style>
background-color css
<style>
a { background-color: #A5B99B; }
a { background-color: rgb(165,185,155); }
div.DivClassName
{
background-color: #A5B99B;
}
.BgClassName
{
background-color: #A5B99B;
}
</style>
border-color css
<style>
span { border-color: #A5B99B; }
span { border-color: rgb(165,185,155); }
td.TdClassName
{
border-color: #A5B99B;
}
.TagClassName
{
border-color: #A5B99B;
}
</style>