Shades of Caper #ABCF6D
Tints of Caper #ABCF6D
RGB
CMYK
RGB Variations
Color information
#ABCF6D (or 0xABCF6D) is known color: Caper. HEX triplet: AB, CF and 6D. RGB value is (171,207,109). Sum of RGB (Red+Green+Blue) = 171+207+109=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF6D is #543092. Grayscale: #B9B9B9. Windows color (decimal): -5517459 or 7196587. OLE color: 7196587.
HSL color Cylindrical-coordinate representation of color #ABCF6D: hue angle of 82.04º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABCF6D is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 109 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.19 |
| HSL | 82.04º | 0.51% | 0.62% | - |
| HSV(B) | 82.04º | 0.47% | 0.81% | - |
| XYZ | 41.87 | 54.39 | 22.76 | - |
| YUV | 185.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 109 | 0.17 | 0 | 0.47 | 0.19 | 82.04 | 0.51 | 0.62 |
| Hex | AB | CF | 6D | 11 | 0 | 2F | 13 | 52 | 33 | 3E |
| Octal | 253 | 317 | 155 | 21 | 0 | 57 | 23 | 122 | 63 | 76 |
| Binary | 10101011 | 11001111 | 1101101 | 10001 | 0 | 101111 | 10011 | 1010010 | 110011 | 111110 |
Color Harmonies of #ABCF6D
Complementary color
Monochromatic Colors of #ABCF6D
Black with #ABCF6D
Text Example
Text Example
White with #ABCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF6D; }
p { color: rgb(171,207,109); }
H1.HeaderClassName
{
color: #ABCF6D;
}
.AnyTagClassName
{
color: #ABCF6D;
}
</style>
background-color css
<style>
a { background-color: #ABCF6D; }
a { background-color: rgb(171,207,109); }
div.DivClassName
{
background-color: #ABCF6D;
}
.BgClassName
{
background-color: #ABCF6D;
}
</style>
border-color css
<style>
span { border-color: #ABCF6D; }
span { border-color: rgb(171,207,109); }
td.TdClassName
{
border-color: #ABCF6D;
}
.TagClassName
{
border-color: #ABCF6D;
}
</style>