Shades of Caper #AFC276
Tints of Caper #AFC276
RGB
CMYK
RGB Variations
Color information
#AFC276 (or 0xAFC276) is known color: Caper. HEX triplet: AF, C2 and 76. RGB value is (175,194,118). Sum of RGB (Red+Green+Blue) = 175+194+118=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC276 is #503D89. Grayscale: #B3B3B3. Windows color (decimal): -5258634 or 7783087. OLE color: 7783087.
HSL color Cylindrical-coordinate representation of color #AFC276: hue angle of 75º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFC276 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 118 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.24 |
| HSL | 75º | 0.38% | 0.61% | - |
| HSV(B) | 75º | 0.39% | 0.76% | - |
| XYZ | 40.24 | 49.01 | 24.48 | - |
| YUV | 179.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 118 | 0.10 | 0 | 0.39 | 0.24 | 75 | 0.38 | 0.61 |
| Hex | AF | C2 | 76 | A | 0 | 27 | 18 | 4B | 26 | 3D |
| Octal | 257 | 302 | 166 | 12 | 0 | 47 | 30 | 113 | 46 | 75 |
| Binary | 10101111 | 11000010 | 1110110 | 1010 | 0 | 100111 | 11000 | 1001011 | 100110 | 111101 |
Color Harmonies of #AFC276
Complementary color
Monochromatic Colors of #AFC276
Black with #AFC276
Text Example
Text Example
White with #AFC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC276; }
p { color: rgb(175,194,118); }
H1.HeaderClassName
{
color: #AFC276;
}
.AnyTagClassName
{
color: #AFC276;
}
</style>
background-color css
<style>
a { background-color: #AFC276; }
a { background-color: rgb(175,194,118); }
div.DivClassName
{
background-color: #AFC276;
}
.BgClassName
{
background-color: #AFC276;
}
</style>
border-color css
<style>
span { border-color: #AFC276; }
span { border-color: rgb(175,194,118); }
td.TdClassName
{
border-color: #AFC276;
}
.TagClassName
{
border-color: #AFC276;
}
</style>