Shades of Caper #AFC489
Tints of Caper #AFC489
RGB
CMYK
RGB Variations
Color information
#AFC489 (or 0xAFC489) is known color: Caper. HEX triplet: AF, C4 and 89. RGB value is (175,196,137). Sum of RGB (Red+Green+Blue) = 175+196+137=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC489 is #503B76. Grayscale: #B7B7B7. Windows color (decimal): -5258103 or 9028783. OLE color: 9028783.
HSL color Cylindrical-coordinate representation of color #AFC489: hue angle of 81.36º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC489 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 137 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.23 |
| HSL | 81.36º | 0.33% | 0.65% | - |
| HSV(B) | 81.36º | 0.3% | 0.77% | - |
| XYZ | 41.93 | 50.4 | 31.18 | - |
| YUV | 183 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 137 | 0.11 | 0 | 0.30 | 0.23 | 81.36 | 0.33 | 0.65 |
| Hex | AF | C4 | 89 | B | 0 | 1E | 17 | 51 | 21 | 41 |
| Octal | 257 | 304 | 211 | 13 | 0 | 36 | 27 | 121 | 41 | 101 |
| Binary | 10101111 | 11000100 | 10001001 | 1011 | 0 | 11110 | 10111 | 1010001 | 100001 | 1000001 |
Color Harmonies of #AFC489
Complementary color
Monochromatic Colors of #AFC489
Black with #AFC489
Text Example
Text Example
White with #AFC489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC489; }
p { color: rgb(175,196,137); }
H1.HeaderClassName
{
color: #AFC489;
}
.AnyTagClassName
{
color: #AFC489;
}
</style>
background-color css
<style>
a { background-color: #AFC489; }
a { background-color: rgb(175,196,137); }
div.DivClassName
{
background-color: #AFC489;
}
.BgClassName
{
background-color: #AFC489;
}
</style>
border-color css
<style>
span { border-color: #AFC489; }
span { border-color: rgb(175,196,137); }
td.TdClassName
{
border-color: #AFC489;
}
.TagClassName
{
border-color: #AFC489;
}
</style>