Shades of Caper #ABCB71
Tints of Caper #ABCB71
RGB
CMYK
RGB Variations
Color information
#ABCB71 (or 0xABCB71) is known color: Caper. HEX triplet: AB, CB and 71. RGB value is (171,203,113). Sum of RGB (Red+Green+Blue) = 171+203+113=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB71 is #54348E. Grayscale: #B7B7B7. Windows color (decimal): -5518479 or 7457707. OLE color: 7457707.
HSL color Cylindrical-coordinate representation of color #ABCB71: hue angle of 81.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABCB71 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 113 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.20 |
| HSL | 81.33º | 0.46% | 0.62% | - |
| HSV(B) | 81.33º | 0.44% | 0.8% | - |
| XYZ | 41.13 | 52.56 | 23.6 | - |
| YUV | 183.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 113 | 0.16 | 0 | 0.44 | 0.20 | 81.33 | 0.46 | 0.62 |
| Hex | AB | CB | 71 | 10 | 0 | 2C | 14 | 51 | 2E | 3E |
| Octal | 253 | 313 | 161 | 20 | 0 | 54 | 24 | 121 | 56 | 76 |
| Binary | 10101011 | 11001011 | 1110001 | 10000 | 0 | 101100 | 10100 | 1010001 | 101110 | 111110 |
Color Harmonies of #ABCB71
Complementary color
Monochromatic Colors of #ABCB71
Black with #ABCB71
Text Example
Text Example
White with #ABCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB71; }
p { color: rgb(171,203,113); }
H1.HeaderClassName
{
color: #ABCB71;
}
.AnyTagClassName
{
color: #ABCB71;
}
</style>
background-color css
<style>
a { background-color: #ABCB71; }
a { background-color: rgb(171,203,113); }
div.DivClassName
{
background-color: #ABCB71;
}
.BgClassName
{
background-color: #ABCB71;
}
</style>
border-color css
<style>
span { border-color: #ABCB71; }
span { border-color: rgb(171,203,113); }
td.TdClassName
{
border-color: #ABCB71;
}
.TagClassName
{
border-color: #ABCB71;
}
</style>