Shades of Spring Rain #ABC69D
Tints of Spring Rain #ABC69D
RGB
CMYK
RGB Variations
Color information
#ABC69D (or 0xABC69D) is known color: Spring Rain. HEX triplet: AB, C6 and 9D. RGB value is (171,198,157). Sum of RGB (Red+Green+Blue) = 171+198+157=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC69D is #543962. Grayscale: #B9B9B9. Windows color (decimal): -5519715 or 10340011. OLE color: 10340011.
HSL color Cylindrical-coordinate representation of color #ABC69D: hue angle of 99.51º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC69D is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 157 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.22 |
| HSL | 99.51º | 0.26% | 0.7% | - |
| HSV(B) | 99.51º | 0.21% | 0.78% | - |
| XYZ | 43.07 | 51.48 | 39.56 | - |
| YUV | 185.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 157 | 0.14 | 0 | 0.21 | 0.22 | 99.51 | 0.26 | 0.7 |
| Hex | AB | C6 | 9D | E | 0 | 15 | 16 | 64 | 1A | 46 |
| Octal | 253 | 306 | 235 | 16 | 0 | 25 | 26 | 144 | 32 | 106 |
| Binary | 10101011 | 11000110 | 10011101 | 1110 | 0 | 10101 | 10110 | 1100100 | 11010 | 1000110 |
Color Harmonies of #ABC69D
Complementary color
Monochromatic Colors of #ABC69D
Black with #ABC69D
Text Example
Text Example
White with #ABC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC69D; }
p { color: rgb(171,198,157); }
H1.HeaderClassName
{
color: #ABC69D;
}
.AnyTagClassName
{
color: #ABC69D;
}
</style>
background-color css
<style>
a { background-color: #ABC69D; }
a { background-color: rgb(171,198,157); }
div.DivClassName
{
background-color: #ABC69D;
}
.BgClassName
{
background-color: #ABC69D;
}
</style>
border-color css
<style>
span { border-color: #ABC69D; }
span { border-color: rgb(171,198,157); }
td.TdClassName
{
border-color: #ABC69D;
}
.TagClassName
{
border-color: #ABC69D;
}
</style>