Shades of Spring Rain #ABC69C
Tints of Spring Rain #ABC69C
RGB
CMYK
RGB Variations
Color information
#ABC69C (or 0xABC69C) is known color: Spring Rain. HEX triplet: AB, C6 and 9C. RGB value is (171,198,156). Sum of RGB (Red+Green+Blue) = 171+198+156=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC69C is #543963. Grayscale: #B9B9B9. Windows color (decimal): -5519716 or 10274475. OLE color: 10274475.
HSL color Cylindrical-coordinate representation of color #ABC69C: hue angle of 98.57º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC69C is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 156 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.22 |
| HSL | 98.57º | 0.27% | 0.69% | - |
| HSV(B) | 98.57º | 0.21% | 0.78% | - |
| XYZ | 42.99 | 51.45 | 39.12 | - |
| YUV | 185.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 156 | 0.14 | 0 | 0.21 | 0.22 | 98.57 | 0.27 | 0.69 |
| Hex | AB | C6 | 9C | E | 0 | 15 | 16 | 63 | 1B | 45 |
| Octal | 253 | 306 | 234 | 16 | 0 | 25 | 26 | 143 | 33 | 105 |
| Binary | 10101011 | 11000110 | 10011100 | 1110 | 0 | 10101 | 10110 | 1100011 | 11011 | 1000101 |
Color Harmonies of #ABC69C
Complementary color
Monochromatic Colors of #ABC69C
Black with #ABC69C
Text Example
Text Example
White with #ABC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC69C; }
p { color: rgb(171,198,156); }
H1.HeaderClassName
{
color: #ABC69C;
}
.AnyTagClassName
{
color: #ABC69C;
}
</style>
background-color css
<style>
a { background-color: #ABC69C; }
a { background-color: rgb(171,198,156); }
div.DivClassName
{
background-color: #ABC69C;
}
.BgClassName
{
background-color: #ABC69C;
}
</style>
border-color css
<style>
span { border-color: #ABC69C; }
span { border-color: rgb(171,198,156); }
td.TdClassName
{
border-color: #ABC69C;
}
.TagClassName
{
border-color: #ABC69C;
}
</style>