Shades of Caper #AFBC7F
Tints of Caper #AFBC7F
RGB
CMYK
RGB Variations
Color information
#AFBC7F (or 0xAFBC7F) is known color: Caper. HEX triplet: AF, BC and 7F. RGB value is (175,188,127). Sum of RGB (Red+Green+Blue) = 175+188+127=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC7F is #504380. Grayscale: #B1B1B1. Windows color (decimal): -5260161 or 8371375. OLE color: 8371375.
HSL color Cylindrical-coordinate representation of color #AFBC7F: hue angle of 72.79º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFBC7F is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 127 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.26 |
| HSL | 72.79º | 0.31% | 0.62% | - |
| HSV(B) | 72.79º | 0.32% | 0.74% | - |
| XYZ | 39.49 | 46.61 | 26.99 | - |
| YUV | 177.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 127 | 0.07 | 0 | 0.32 | 0.26 | 72.79 | 0.31 | 0.62 |
| Hex | AF | BC | 7F | 7 | 0 | 20 | 1A | 49 | 1F | 3E |
| Octal | 257 | 274 | 177 | 7 | 0 | 40 | 32 | 111 | 37 | 76 |
| Binary | 10101111 | 10111100 | 1111111 | 111 | 0 | 100000 | 11010 | 1001001 | 11111 | 111110 |
Color Harmonies of #AFBC7F
Complementary color
Monochromatic Colors of #AFBC7F
Black with #AFBC7F
Text Example
Text Example
White with #AFBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC7F; }
p { color: rgb(175,188,127); }
H1.HeaderClassName
{
color: #AFBC7F;
}
.AnyTagClassName
{
color: #AFBC7F;
}
</style>
background-color css
<style>
a { background-color: #AFBC7F; }
a { background-color: rgb(175,188,127); }
div.DivClassName
{
background-color: #AFBC7F;
}
.BgClassName
{
background-color: #AFBC7F;
}
</style>
border-color css
<style>
span { border-color: #AFBC7F; }
span { border-color: rgb(175,188,127); }
td.TdClassName
{
border-color: #AFBC7F;
}
.TagClassName
{
border-color: #AFBC7F;
}
</style>