Shades of Caper #AFC98D
Tints of Caper #AFC98D
RGB
CMYK
RGB Variations
Color information
#AFC98D (or 0xAFC98D) is known color: Caper. HEX triplet: AF, C9 and 8D. RGB value is (175,201,141). Sum of RGB (Red+Green+Blue) = 175+201+141=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC98D is #503672. Grayscale: #BABABA. Windows color (decimal): -5256819 or 9292207. OLE color: 9292207.
HSL color Cylindrical-coordinate representation of color #AFC98D: hue angle of 86º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC98D is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 141 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.21 |
| HSL | 86º | 0.36% | 0.67% | - |
| HSV(B) | 86º | 0.3% | 0.79% | - |
| XYZ | 43.37 | 52.81 | 33.11 | - |
| YUV | 186.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 141 | 0.13 | 0 | 0.30 | 0.21 | 86 | 0.36 | 0.67 |
| Hex | AF | C9 | 8D | D | 0 | 1E | 15 | 56 | 24 | 43 |
| Octal | 257 | 311 | 215 | 15 | 0 | 36 | 25 | 126 | 44 | 103 |
| Binary | 10101111 | 11001001 | 10001101 | 1101 | 0 | 11110 | 10101 | 1010110 | 100100 | 1000011 |
Color Harmonies of #AFC98D
Complementary color
Monochromatic Colors of #AFC98D
Black with #AFC98D
Text Example
Text Example
White with #AFC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC98D; }
p { color: rgb(175,201,141); }
H1.HeaderClassName
{
color: #AFC98D;
}
.AnyTagClassName
{
color: #AFC98D;
}
</style>
background-color css
<style>
a { background-color: #AFC98D; }
a { background-color: rgb(175,201,141); }
div.DivClassName
{
background-color: #AFC98D;
}
.BgClassName
{
background-color: #AFC98D;
}
</style>
border-color css
<style>
span { border-color: #AFC98D; }
span { border-color: rgb(175,201,141); }
td.TdClassName
{
border-color: #AFC98D;
}
.TagClassName
{
border-color: #AFC98D;
}
</style>