Shades of Caper #AFBC6E
Tints of Caper #AFBC6E
RGB
CMYK
RGB Variations
Color information
#AFBC6E (or 0xAFBC6E) is known color: Caper. HEX triplet: AF, BC and 6E. RGB value is (175,188,110). Sum of RGB (Red+Green+Blue) = 175+188+110=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC6E is #504391. Grayscale: #AFAFAF. Windows color (decimal): -5260178 or 7257263. OLE color: 7257263.
HSL color Cylindrical-coordinate representation of color #AFBC6E: hue angle of 70º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFBC6E is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 110 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.26 |
| HSL | 70º | 0.37% | 0.58% | - |
| HSV(B) | 70º | 0.41% | 0.74% | - |
| XYZ | 38.48 | 46.21 | 21.64 | - |
| YUV | 175.22 | 91.19 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 110 | 0.07 | 0 | 0.41 | 0.26 | 70 | 0.37 | 0.58 |
| Hex | AF | BC | 6E | 7 | 0 | 29 | 1A | 46 | 25 | 3A |
| Octal | 257 | 274 | 156 | 7 | 0 | 51 | 32 | 106 | 45 | 72 |
| Binary | 10101111 | 10111100 | 1101110 | 111 | 0 | 101001 | 11010 | 1000110 | 100101 | 111010 |
Color Harmonies of #AFBC6E
Complementary color
Monochromatic Colors of #AFBC6E
Black with #AFBC6E
Text Example
Text Example
White with #AFBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC6E; }
p { color: rgb(175,188,110); }
H1.HeaderClassName
{
color: #AFBC6E;
}
.AnyTagClassName
{
color: #AFBC6E;
}
</style>
background-color css
<style>
a { background-color: #AFBC6E; }
a { background-color: rgb(175,188,110); }
div.DivClassName
{
background-color: #AFBC6E;
}
.BgClassName
{
background-color: #AFBC6E;
}
</style>
border-color css
<style>
span { border-color: #AFBC6E; }
span { border-color: rgb(175,188,110); }
td.TdClassName
{
border-color: #AFBC6E;
}
.TagClassName
{
border-color: #AFBC6E;
}
</style>