Shades of Caper #AFC87B
Tints of Caper #AFC87B
RGB
CMYK
RGB Variations
Color information
#AFC87B (or 0xAFC87B) is known color: Caper. HEX triplet: AF, C8 and 7B. RGB value is (175,200,123). Sum of RGB (Red+Green+Blue) = 175+200+123=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC87B is #503784. Grayscale: #B8B8B8. Windows color (decimal): -5257093 or 8112303. OLE color: 8112303.
HSL color Cylindrical-coordinate representation of color #AFC87B: hue angle of 79.48º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFC87B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 123 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.22 |
| HSL | 79.48º | 0.41% | 0.63% | - |
| HSV(B) | 79.48º | 0.39% | 0.78% | - |
| XYZ | 41.91 | 51.85 | 26.54 | - |
| YUV | 183.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 123 | 0.12 | 0 | 0.38 | 0.22 | 79.48 | 0.41 | 0.63 |
| Hex | AF | C8 | 7B | C | 0 | 26 | 16 | 4F | 29 | 3F |
| Octal | 257 | 310 | 173 | 14 | 0 | 46 | 26 | 117 | 51 | 77 |
| Binary | 10101111 | 11001000 | 1111011 | 1100 | 0 | 100110 | 10110 | 1001111 | 101001 | 111111 |
Color Harmonies of #AFC87B
Complementary color
Monochromatic Colors of #AFC87B
Black with #AFC87B
Text Example
Text Example
White with #AFC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC87B; }
p { color: rgb(175,200,123); }
H1.HeaderClassName
{
color: #AFC87B;
}
.AnyTagClassName
{
color: #AFC87B;
}
</style>
background-color css
<style>
a { background-color: #AFC87B; }
a { background-color: rgb(175,200,123); }
div.DivClassName
{
background-color: #AFC87B;
}
.BgClassName
{
background-color: #AFC87B;
}
</style>
border-color css
<style>
span { border-color: #AFC87B; }
span { border-color: rgb(175,200,123); }
td.TdClassName
{
border-color: #AFC87B;
}
.TagClassName
{
border-color: #AFC87B;
}
</style>