Shades of Caper #ABCC7F
Tints of Caper #ABCC7F
RGB
CMYK
RGB Variations
Color information
#ABCC7F (or 0xABCC7F) is known color: Caper. HEX triplet: AB, CC and 7F. RGB value is (171,204,127). Sum of RGB (Red+Green+Blue) = 171+204+127=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC7F is #543380. Grayscale: #B9B9B9. Windows color (decimal): -5518209 or 8375467. OLE color: 8375467.
HSL color Cylindrical-coordinate representation of color #ABCC7F: hue angle of 85.71º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABCC7F is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 127 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.2 |
| HSL | 85.71º | 0.43% | 0.65% | - |
| HSV(B) | 85.71º | 0.38% | 0.8% | - |
| XYZ | 42.22 | 53.38 | 28.16 | - |
| YUV | 185.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 127 | 0.16 | 0 | 0.38 | 0.2 | 85.71 | 0.43 | 0.65 |
| Hex | AB | CC | 7F | 10 | 0 | 26 | 14 | 56 | 2B | 41 |
| Octal | 253 | 314 | 177 | 20 | 0 | 46 | 24 | 126 | 53 | 101 |
| Binary | 10101011 | 11001100 | 1111111 | 10000 | 0 | 100110 | 10100 | 1010110 | 101011 | 1000001 |
Color Harmonies of #ABCC7F
Complementary color
Monochromatic Colors of #ABCC7F
Black with #ABCC7F
Text Example
Text Example
White with #ABCC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC7F; }
p { color: rgb(171,204,127); }
H1.HeaderClassName
{
color: #ABCC7F;
}
.AnyTagClassName
{
color: #ABCC7F;
}
</style>
background-color css
<style>
a { background-color: #ABCC7F; }
a { background-color: rgb(171,204,127); }
div.DivClassName
{
background-color: #ABCC7F;
}
.BgClassName
{
background-color: #ABCC7F;
}
</style>
border-color css
<style>
span { border-color: #ABCC7F; }
span { border-color: rgb(171,204,127); }
td.TdClassName
{
border-color: #ABCC7F;
}
.TagClassName
{
border-color: #ABCC7F;
}
</style>