Shades of Caper #AFBC7B
Tints of Caper #AFBC7B
RGB
CMYK
RGB Variations
Color information
#AFBC7B (or 0xAFBC7B) is known color: Caper. HEX triplet: AF, BC and 7B. RGB value is (175,188,123). Sum of RGB (Red+Green+Blue) = 175+188+123=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC7B is #504384. Grayscale: #B0B0B0. Windows color (decimal): -5260165 or 8109231. OLE color: 8109231.
HSL color Cylindrical-coordinate representation of color #AFBC7B: hue angle of 72º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFBC7B is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 123 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.26 |
| HSL | 72º | 0.33% | 0.61% | - |
| HSV(B) | 72º | 0.35% | 0.74% | - |
| XYZ | 39.24 | 46.51 | 25.65 | - |
| YUV | 176.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 123 | 0.07 | 0 | 0.35 | 0.26 | 72 | 0.33 | 0.61 |
| Hex | AF | BC | 7B | 7 | 0 | 23 | 1A | 48 | 21 | 3D |
| Octal | 257 | 274 | 173 | 7 | 0 | 43 | 32 | 110 | 41 | 75 |
| Binary | 10101111 | 10111100 | 1111011 | 111 | 0 | 100011 | 11010 | 1001000 | 100001 | 111101 |
Color Harmonies of #AFBC7B
Complementary color
Monochromatic Colors of #AFBC7B
Black with #AFBC7B
Text Example
Text Example
White with #AFBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC7B; }
p { color: rgb(175,188,123); }
H1.HeaderClassName
{
color: #AFBC7B;
}
.AnyTagClassName
{
color: #AFBC7B;
}
</style>
background-color css
<style>
a { background-color: #AFBC7B; }
a { background-color: rgb(175,188,123); }
div.DivClassName
{
background-color: #AFBC7B;
}
.BgClassName
{
background-color: #AFBC7B;
}
</style>
border-color css
<style>
span { border-color: #AFBC7B; }
span { border-color: rgb(175,188,123); }
td.TdClassName
{
border-color: #AFBC7B;
}
.TagClassName
{
border-color: #AFBC7B;
}
</style>