Shades of Caper #AFC96C
Tints of Caper #AFC96C
RGB
CMYK
RGB Variations
Color information
#AFC96C (or 0xAFC96C) is known color: Caper. HEX triplet: AF, C9 and 6C. RGB value is (175,201,108). Sum of RGB (Red+Green+Blue) = 175+201+108=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC96C is #503693. Grayscale: #B6B6B6. Windows color (decimal): -5256852 or 7129519. OLE color: 7129519.
HSL color Cylindrical-coordinate representation of color #AFC96C: hue angle of 76.77º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFC96C is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 108 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.21 |
| HSL | 76.77º | 0.46% | 0.61% | - |
| HSV(B) | 76.77º | 0.46% | 0.79% | - |
| XYZ | 41.27 | 51.97 | 22.04 | - |
| YUV | 182.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 108 | 0.13 | 0 | 0.46 | 0.21 | 76.77 | 0.46 | 0.61 |
| Hex | AF | C9 | 6C | D | 0 | 2E | 15 | 4D | 2E | 3D |
| Octal | 257 | 311 | 154 | 15 | 0 | 56 | 25 | 115 | 56 | 75 |
| Binary | 10101111 | 11001001 | 1101100 | 1101 | 0 | 101110 | 10101 | 1001101 | 101110 | 111101 |
Color Harmonies of #AFC96C
Complementary color
Monochromatic Colors of #AFC96C
Black with #AFC96C
Text Example
Text Example
White with #AFC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC96C; }
p { color: rgb(175,201,108); }
H1.HeaderClassName
{
color: #AFC96C;
}
.AnyTagClassName
{
color: #AFC96C;
}
</style>
background-color css
<style>
a { background-color: #AFC96C; }
a { background-color: rgb(175,201,108); }
div.DivClassName
{
background-color: #AFC96C;
}
.BgClassName
{
background-color: #AFC96C;
}
</style>
border-color css
<style>
span { border-color: #AFC96C; }
span { border-color: rgb(175,201,108); }
td.TdClassName
{
border-color: #AFC96C;
}
.TagClassName
{
border-color: #AFC96C;
}
</style>