Shades of Caper #ABCC77
Tints of Caper #ABCC77
RGB
CMYK
RGB Variations
Color information
#ABCC77 (or 0xABCC77) is known color: Caper. HEX triplet: AB, CC and 77. RGB value is (171,204,119). Sum of RGB (Red+Green+Blue) = 171+204+119=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC77 is #543388. Grayscale: #B8B8B8. Windows color (decimal): -5518217 or 7851179. OLE color: 7851179.
HSL color Cylindrical-coordinate representation of color #ABCC77: hue angle of 83.29º degrees, saturation: 0.45, 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 #ABCC77 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 119 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.2 |
| HSL | 83.29º | 0.45% | 0.63% | - |
| HSV(B) | 83.29º | 0.42% | 0.8% | - |
| XYZ | 41.72 | 53.18 | 25.52 | - |
| YUV | 184.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 119 | 0.16 | 0 | 0.42 | 0.2 | 83.29 | 0.45 | 0.63 |
| Hex | AB | CC | 77 | 10 | 0 | 2A | 14 | 53 | 2D | 3F |
| Octal | 253 | 314 | 167 | 20 | 0 | 52 | 24 | 123 | 55 | 77 |
| Binary | 10101011 | 11001100 | 1110111 | 10000 | 0 | 101010 | 10100 | 1010011 | 101101 | 111111 |
Color Harmonies of #ABCC77
Complementary color
Monochromatic Colors of #ABCC77
Black with #ABCC77
Text Example
Text Example
White with #ABCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC77; }
p { color: rgb(171,204,119); }
H1.HeaderClassName
{
color: #ABCC77;
}
.AnyTagClassName
{
color: #ABCC77;
}
</style>
background-color css
<style>
a { background-color: #ABCC77; }
a { background-color: rgb(171,204,119); }
div.DivClassName
{
background-color: #ABCC77;
}
.BgClassName
{
background-color: #ABCC77;
}
</style>
border-color css
<style>
span { border-color: #ABCC77; }
span { border-color: rgb(171,204,119); }
td.TdClassName
{
border-color: #ABCC77;
}
.TagClassName
{
border-color: #ABCC77;
}
</style>