Shades of Caper #ABCF75
Tints of Caper #ABCF75
RGB
CMYK
RGB Variations
Color information
#ABCF75 (or 0xABCF75) is known color: Caper. HEX triplet: AB, CF and 75. RGB value is (171,207,117). Sum of RGB (Red+Green+Blue) = 171+207+117=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF75 is #54308A. Grayscale: #BABABA. Windows color (decimal): -5517451 or 7720875. OLE color: 7720875.
HSL color Cylindrical-coordinate representation of color #ABCF75: hue angle of 84º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABCF75 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 117 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.19 |
| HSL | 84º | 0.48% | 0.64% | - |
| HSV(B) | 84º | 0.43% | 0.81% | - |
| XYZ | 42.32 | 54.57 | 25.13 | - |
| YUV | 185.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 117 | 0.17 | 0 | 0.43 | 0.19 | 84 | 0.48 | 0.64 |
| Hex | AB | CF | 75 | 11 | 0 | 2B | 13 | 54 | 30 | 40 |
| Octal | 253 | 317 | 165 | 21 | 0 | 53 | 23 | 124 | 60 | 100 |
| Binary | 10101011 | 11001111 | 1110101 | 10001 | 0 | 101011 | 10011 | 1010100 | 110000 | 1000000 |
Color Harmonies of #ABCF75
Complementary color
Monochromatic Colors of #ABCF75
Black with #ABCF75
Text Example
Text Example
White with #ABCF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF75; }
p { color: rgb(171,207,117); }
H1.HeaderClassName
{
color: #ABCF75;
}
.AnyTagClassName
{
color: #ABCF75;
}
</style>
background-color css
<style>
a { background-color: #ABCF75; }
a { background-color: rgb(171,207,117); }
div.DivClassName
{
background-color: #ABCF75;
}
.BgClassName
{
background-color: #ABCF75;
}
</style>
border-color css
<style>
span { border-color: #ABCF75; }
span { border-color: rgb(171,207,117); }
td.TdClassName
{
border-color: #ABCF75;
}
.TagClassName
{
border-color: #ABCF75;
}
</style>