Shades of Caper #AFC96D
Tints of Caper #AFC96D
RGB
CMYK
RGB Variations
Color information
#AFC96D (or 0xAFC96D) is known color: Caper. HEX triplet: AF, C9 and 6D. RGB value is (175,201,109). Sum of RGB (Red+Green+Blue) = 175+201+109=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC96D is #503692. Grayscale: #B7B7B7. Windows color (decimal): -5256851 or 7195055. OLE color: 7195055.
HSL color Cylindrical-coordinate representation of color #AFC96D: hue angle of 76.96º 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 #AFC96D is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 109 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.21 |
| HSL | 76.96º | 0.46% | 0.61% | - |
| HSV(B) | 76.96º | 0.46% | 0.79% | - |
| XYZ | 41.33 | 51.99 | 22.33 | - |
| YUV | 182.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 109 | 0.13 | 0 | 0.46 | 0.21 | 76.96 | 0.46 | 0.61 |
| Hex | AF | C9 | 6D | D | 0 | 2E | 15 | 4D | 2E | 3D |
| Octal | 257 | 311 | 155 | 15 | 0 | 56 | 25 | 115 | 56 | 75 |
| Binary | 10101111 | 11001001 | 1101101 | 1101 | 0 | 101110 | 10101 | 1001101 | 101110 | 111101 |
Color Harmonies of #AFC96D
Complementary color
Monochromatic Colors of #AFC96D
Black with #AFC96D
Text Example
Text Example
White with #AFC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC96D; }
p { color: rgb(175,201,109); }
H1.HeaderClassName
{
color: #AFC96D;
}
.AnyTagClassName
{
color: #AFC96D;
}
</style>
background-color css
<style>
a { background-color: #AFC96D; }
a { background-color: rgb(175,201,109); }
div.DivClassName
{
background-color: #AFC96D;
}
.BgClassName
{
background-color: #AFC96D;
}
</style>
border-color css
<style>
span { border-color: #AFC96D; }
span { border-color: rgb(175,201,109); }
td.TdClassName
{
border-color: #AFC96D;
}
.TagClassName
{
border-color: #AFC96D;
}
</style>