Shades of Caper #AFC476
Tints of Caper #AFC476
RGB
CMYK
RGB Variations
Color information
#AFC476 (or 0xAFC476) is known color: Caper. HEX triplet: AF, C4 and 76. RGB value is (175,196,118). Sum of RGB (Red+Green+Blue) = 175+196+118=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC476 is #503B89. Grayscale: #B5B5B5. Windows color (decimal): -5258122 or 7783599. OLE color: 7783599.
HSL color Cylindrical-coordinate representation of color #AFC476: hue angle of 76.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC476 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 118 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.23 |
| HSL | 76.15º | 0.4% | 0.62% | - |
| HSV(B) | 76.15º | 0.4% | 0.77% | - |
| XYZ | 40.69 | 49.9 | 24.63 | - |
| YUV | 180.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 118 | 0.11 | 0 | 0.40 | 0.23 | 76.15 | 0.4 | 0.62 |
| Hex | AF | C4 | 76 | B | 0 | 28 | 17 | 4C | 28 | 3E |
| Octal | 257 | 304 | 166 | 13 | 0 | 50 | 27 | 114 | 50 | 76 |
| Binary | 10101111 | 11000100 | 1110110 | 1011 | 0 | 101000 | 10111 | 1001100 | 101000 | 111110 |
Color Harmonies of #AFC476
Complementary color
Monochromatic Colors of #AFC476
Black with #AFC476
Text Example
Text Example
White with #AFC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC476; }
p { color: rgb(175,196,118); }
H1.HeaderClassName
{
color: #AFC476;
}
.AnyTagClassName
{
color: #AFC476;
}
</style>
background-color css
<style>
a { background-color: #AFC476; }
a { background-color: rgb(175,196,118); }
div.DivClassName
{
background-color: #AFC476;
}
.BgClassName
{
background-color: #AFC476;
}
</style>
border-color css
<style>
span { border-color: #AFC476; }
span { border-color: rgb(175,196,118); }
td.TdClassName
{
border-color: #AFC476;
}
.TagClassName
{
border-color: #AFC476;
}
</style>