Shades of Spring Rain #A1B59A
Tints of Spring Rain #A1B59A
RGB
CMYK
RGB Variations
Color information
#A1B59A (or 0xA1B59A) is known color: Spring Rain. HEX triplet: A1, B5 and 9A. RGB value is (161,181,154). Sum of RGB (Red+Green+Blue) = 161+181+154=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B59A is #5E4A65. Grayscale: #ACACAC. Windows color (decimal): -6179430 or 10139041. OLE color: 10139041.
HSL color Cylindrical-coordinate representation of color #A1B59A: hue angle of 104.44º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1B59A is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 154 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.29 |
| HSL | 104.44º | 0.15% | 0.66% | - |
| HSV(B) | 104.44º | 0.15% | 0.71% | - |
| XYZ | 37.05 | 42.96 | 36.91 | - |
| YUV | 171.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 154 | 0.11 | 0 | 0.15 | 0.29 | 104.44 | 0.15 | 0.66 |
| Hex | A1 | B5 | 9A | B | 0 | F | 1D | 68 | F | 42 |
| Octal | 241 | 265 | 232 | 13 | 0 | 17 | 35 | 150 | 17 | 102 |
| Binary | 10100001 | 10110101 | 10011010 | 1011 | 0 | 1111 | 11101 | 1101000 | 1111 | 1000010 |
Color Harmonies of #A1B59A
Complementary color
Monochromatic Colors of #A1B59A
Black with #A1B59A
Text Example
Text Example
White with #A1B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B59A; }
p { color: rgb(161,181,154); }
H1.HeaderClassName
{
color: #A1B59A;
}
.AnyTagClassName
{
color: #A1B59A;
}
</style>
background-color css
<style>
a { background-color: #A1B59A; }
a { background-color: rgb(161,181,154); }
div.DivClassName
{
background-color: #A1B59A;
}
.BgClassName
{
background-color: #A1B59A;
}
</style>
border-color css
<style>
span { border-color: #A1B59A; }
span { border-color: rgb(161,181,154); }
td.TdClassName
{
border-color: #A1B59A;
}
.TagClassName
{
border-color: #A1B59A;
}
</style>