Shades of Caper #ABCD76
Tints of Caper #ABCD76
RGB
CMYK
RGB Variations
Color information
#ABCD76 (or 0xABCD76) is known color: Caper. HEX triplet: AB, CD and 76. RGB value is (171,205,118). Sum of RGB (Red+Green+Blue) = 171+205+118=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD76 is #543289. Grayscale: #B9B9B9. Windows color (decimal): -5517962 or 7785899. OLE color: 7785899.
HSL color Cylindrical-coordinate representation of color #ABCD76: hue angle of 83.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABCD76 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 118 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.20 |
| HSL | 83.45º | 0.47% | 0.63% | - |
| HSV(B) | 83.45º | 0.42% | 0.8% | - |
| XYZ | 41.9 | 53.63 | 25.28 | - |
| YUV | 184.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 118 | 0.17 | 0 | 0.42 | 0.20 | 83.45 | 0.47 | 0.63 |
| Hex | AB | CD | 76 | 11 | 0 | 2A | 14 | 53 | 2F | 3F |
| Octal | 253 | 315 | 166 | 21 | 0 | 52 | 24 | 123 | 57 | 77 |
| Binary | 10101011 | 11001101 | 1110110 | 10001 | 0 | 101010 | 10100 | 1010011 | 101111 | 111111 |
Color Harmonies of #ABCD76
Complementary color
Monochromatic Colors of #ABCD76
Black with #ABCD76
Text Example
Text Example
White with #ABCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD76; }
p { color: rgb(171,205,118); }
H1.HeaderClassName
{
color: #ABCD76;
}
.AnyTagClassName
{
color: #ABCD76;
}
</style>
background-color css
<style>
a { background-color: #ABCD76; }
a { background-color: rgb(171,205,118); }
div.DivClassName
{
background-color: #ABCD76;
}
.BgClassName
{
background-color: #ABCD76;
}
</style>
border-color css
<style>
span { border-color: #ABCD76; }
span { border-color: rgb(171,205,118); }
td.TdClassName
{
border-color: #ABCD76;
}
.TagClassName
{
border-color: #ABCD76;
}
</style>