Shades of Caper #ABCD77
Tints of Caper #ABCD77
RGB
CMYK
RGB Variations
Color information
#ABCD77 (or 0xABCD77) is known color: Caper. HEX triplet: AB, CD and 77. RGB value is (171,205,119). Sum of RGB (Red+Green+Blue) = 171+205+119=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD77 is #543288. Grayscale: #B9B9B9. Windows color (decimal): -5517961 or 7851435. OLE color: 7851435.
HSL color Cylindrical-coordinate representation of color #ABCD77: hue angle of 83.72º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABCD77 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 119 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.20 |
| HSL | 83.72º | 0.46% | 0.64% | - |
| HSV(B) | 83.72º | 0.42% | 0.8% | - |
| XYZ | 41.96 | 53.65 | 25.6 | - |
| YUV | 185.03 | 90.74 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 119 | 0.17 | 0 | 0.42 | 0.20 | 83.72 | 0.46 | 0.64 |
| Hex | AB | CD | 77 | 11 | 0 | 2A | 14 | 54 | 2E | 40 |
| Octal | 253 | 315 | 167 | 21 | 0 | 52 | 24 | 124 | 56 | 100 |
| Binary | 10101011 | 11001101 | 1110111 | 10001 | 0 | 101010 | 10100 | 1010100 | 101110 | 1000000 |
Color Harmonies of #ABCD77
Complementary color
Monochromatic Colors of #ABCD77
Black with #ABCD77
Text Example
Text Example
White with #ABCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD77; }
p { color: rgb(171,205,119); }
H1.HeaderClassName
{
color: #ABCD77;
}
.AnyTagClassName
{
color: #ABCD77;
}
</style>
background-color css
<style>
a { background-color: #ABCD77; }
a { background-color: rgb(171,205,119); }
div.DivClassName
{
background-color: #ABCD77;
}
.BgClassName
{
background-color: #ABCD77;
}
</style>
border-color css
<style>
span { border-color: #ABCD77; }
span { border-color: rgb(171,205,119); }
td.TdClassName
{
border-color: #ABCD77;
}
.TagClassName
{
border-color: #ABCD77;
}
</style>