Shades of Spring Rain #A5C59B
Tints of Spring Rain #A5C59B
RGB
CMYK
RGB Variations
Color information
#A5C59B (or 0xA5C59B) is known color: Spring Rain. HEX triplet: A5, C5 and 9B. RGB value is (165,197,155). Sum of RGB (Red+Green+Blue) = 165+197+155=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C59B is #5A3A64. Grayscale: #B6B6B6. Windows color (decimal): -5913189 or 10208677. OLE color: 10208677.
HSL color Cylindrical-coordinate representation of color #A5C59B: hue angle of 105.71º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5C59B is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 155 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.23 |
| HSL | 105.71º | 0.27% | 0.69% | - |
| HSV(B) | 105.71º | 0.21% | 0.77% | - |
| XYZ | 41.4 | 50.3 | 38.54 | - |
| YUV | 182.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 155 | 0.16 | 0 | 0.21 | 0.23 | 105.71 | 0.27 | 0.69 |
| Hex | A5 | C5 | 9B | 10 | 0 | 15 | 17 | 6A | 1B | 45 |
| Octal | 245 | 305 | 233 | 20 | 0 | 25 | 27 | 152 | 33 | 105 |
| Binary | 10100101 | 11000101 | 10011011 | 10000 | 0 | 10101 | 10111 | 1101010 | 11011 | 1000101 |
Color Harmonies of #A5C59B
Complementary color
Monochromatic Colors of #A5C59B
Black with #A5C59B
Text Example
Text Example
White with #A5C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C59B; }
p { color: rgb(165,197,155); }
H1.HeaderClassName
{
color: #A5C59B;
}
.AnyTagClassName
{
color: #A5C59B;
}
</style>
background-color css
<style>
a { background-color: #A5C59B; }
a { background-color: rgb(165,197,155); }
div.DivClassName
{
background-color: #A5C59B;
}
.BgClassName
{
background-color: #A5C59B;
}
</style>
border-color css
<style>
span { border-color: #A5C59B; }
span { border-color: rgb(165,197,155); }
td.TdClassName
{
border-color: #A5C59B;
}
.TagClassName
{
border-color: #A5C59B;
}
</style>