Shades of Caper #ABCE73
Tints of Caper #ABCE73
RGB
CMYK
RGB Variations
Color information
#ABCE73 (or 0xABCE73) is known color: Caper. HEX triplet: AB, CE and 73. RGB value is (171,206,115). Sum of RGB (Red+Green+Blue) = 171+206+115=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE73 is #54318C. Grayscale: #B9B9B9. Windows color (decimal): -5517709 or 7589547. OLE color: 7589547.
HSL color Cylindrical-coordinate representation of color #ABCE73: hue angle of 83.08º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABCE73 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 115 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.19 |
| HSL | 83.08º | 0.48% | 0.63% | - |
| HSV(B) | 83.08º | 0.44% | 0.81% | - |
| XYZ | 41.96 | 54.04 | 24.44 | - |
| YUV | 185.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 115 | 0.17 | 0 | 0.44 | 0.19 | 83.08 | 0.48 | 0.63 |
| Hex | AB | CE | 73 | 11 | 0 | 2C | 13 | 53 | 30 | 3F |
| Octal | 253 | 316 | 163 | 21 | 0 | 54 | 23 | 123 | 60 | 77 |
| Binary | 10101011 | 11001110 | 1110011 | 10001 | 0 | 101100 | 10011 | 1010011 | 110000 | 111111 |
Color Harmonies of #ABCE73
Complementary color
Monochromatic Colors of #ABCE73
Black with #ABCE73
Text Example
Text Example
White with #ABCE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE73; }
p { color: rgb(171,206,115); }
H1.HeaderClassName
{
color: #ABCE73;
}
.AnyTagClassName
{
color: #ABCE73;
}
</style>
background-color css
<style>
a { background-color: #ABCE73; }
a { background-color: rgb(171,206,115); }
div.DivClassName
{
background-color: #ABCE73;
}
.BgClassName
{
background-color: #ABCE73;
}
</style>
border-color css
<style>
span { border-color: #ABCE73; }
span { border-color: rgb(171,206,115); }
td.TdClassName
{
border-color: #ABCE73;
}
.TagClassName
{
border-color: #ABCE73;
}
</style>