Shades of Caper #AFC982
Tints of Caper #AFC982
RGB
CMYK
RGB Variations
Color information
#AFC982 (or 0xAFC982) is known color: Caper. HEX triplet: AF, C9 and 82. RGB value is (175,201,130). Sum of RGB (Red+Green+Blue) = 175+201+130=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC982 is #50367D. Grayscale: #B9B9B9. Windows color (decimal): -5256830 or 8571311. OLE color: 8571311.
HSL color Cylindrical-coordinate representation of color #AFC982: hue angle of 81.97º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFC982 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 130 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.21 |
| HSL | 81.97º | 0.4% | 0.65% | - |
| HSV(B) | 81.97º | 0.35% | 0.79% | - |
| XYZ | 42.6 | 52.5 | 29.01 | - |
| YUV | 185.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 130 | 0.13 | 0 | 0.35 | 0.21 | 81.97 | 0.4 | 0.65 |
| Hex | AF | C9 | 82 | D | 0 | 23 | 15 | 52 | 28 | 41 |
| Octal | 257 | 311 | 202 | 15 | 0 | 43 | 25 | 122 | 50 | 101 |
| Binary | 10101111 | 11001001 | 10000010 | 1101 | 0 | 100011 | 10101 | 1010010 | 101000 | 1000001 |
Color Harmonies of #AFC982
Complementary color
Monochromatic Colors of #AFC982
Black with #AFC982
Text Example
Text Example
White with #AFC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC982; }
p { color: rgb(175,201,130); }
H1.HeaderClassName
{
color: #AFC982;
}
.AnyTagClassName
{
color: #AFC982;
}
</style>
background-color css
<style>
a { background-color: #AFC982; }
a { background-color: rgb(175,201,130); }
div.DivClassName
{
background-color: #AFC982;
}
.BgClassName
{
background-color: #AFC982;
}
</style>
border-color css
<style>
span { border-color: #AFC982; }
span { border-color: rgb(175,201,130); }
td.TdClassName
{
border-color: #AFC982;
}
.TagClassName
{
border-color: #AFC982;
}
</style>