Shades of Caper #ABCA7D
Tints of Caper #ABCA7D
RGB
CMYK
RGB Variations
Color information
#ABCA7D (or 0xABCA7D) is known color: Caper. HEX triplet: AB, CA and 7D. RGB value is (171,202,125). Sum of RGB (Red+Green+Blue) = 171+202+125=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA7D is #543582. Grayscale: #B8B8B8. Windows color (decimal): -5518723 or 8243883. OLE color: 8243883.
HSL color Cylindrical-coordinate representation of color #ABCA7D: hue angle of 84.16º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABCA7D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 125 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.21 |
| HSL | 84.16º | 0.42% | 0.64% | - |
| HSV(B) | 84.16º | 0.38% | 0.79% | - |
| XYZ | 41.62 | 52.38 | 27.32 | - |
| YUV | 183.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 125 | 0.15 | 0 | 0.38 | 0.21 | 84.16 | 0.42 | 0.64 |
| Hex | AB | CA | 7D | F | 0 | 26 | 15 | 54 | 2A | 40 |
| Octal | 253 | 312 | 175 | 17 | 0 | 46 | 25 | 124 | 52 | 100 |
| Binary | 10101011 | 11001010 | 1111101 | 1111 | 0 | 100110 | 10101 | 1010100 | 101010 | 1000000 |
Color Harmonies of #ABCA7D
Complementary color
Monochromatic Colors of #ABCA7D
Black with #ABCA7D
Text Example
Text Example
White with #ABCA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA7D; }
p { color: rgb(171,202,125); }
H1.HeaderClassName
{
color: #ABCA7D;
}
.AnyTagClassName
{
color: #ABCA7D;
}
</style>
background-color css
<style>
a { background-color: #ABCA7D; }
a { background-color: rgb(171,202,125); }
div.DivClassName
{
background-color: #ABCA7D;
}
.BgClassName
{
background-color: #ABCA7D;
}
</style>
border-color css
<style>
span { border-color: #ABCA7D; }
span { border-color: rgb(171,202,125); }
td.TdClassName
{
border-color: #ABCA7D;
}
.TagClassName
{
border-color: #ABCA7D;
}
</style>