Shades of Caper #AFC58B
Tints of Caper #AFC58B
RGB
CMYK
RGB Variations
Color information
#AFC58B (or 0xAFC58B) is known color: Caper. HEX triplet: AF, C5 and 8B. RGB value is (175,197,139). Sum of RGB (Red+Green+Blue) = 175+197+139=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC58B is #503A74. Grayscale: #B8B8B8. Windows color (decimal): -5257845 or 9160111. OLE color: 9160111.
HSL color Cylindrical-coordinate representation of color #AFC58B: hue angle of 82.76º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC58B is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 139 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.23 |
| HSL | 82.76º | 0.33% | 0.66% | - |
| HSV(B) | 82.76º | 0.29% | 0.77% | - |
| XYZ | 42.31 | 50.91 | 32.02 | - |
| YUV | 183.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 139 | 0.11 | 0 | 0.29 | 0.23 | 82.76 | 0.33 | 0.66 |
| Hex | AF | C5 | 8B | B | 0 | 1D | 17 | 53 | 21 | 42 |
| Octal | 257 | 305 | 213 | 13 | 0 | 35 | 27 | 123 | 41 | 102 |
| Binary | 10101111 | 11000101 | 10001011 | 1011 | 0 | 11101 | 10111 | 1010011 | 100001 | 1000010 |
Color Harmonies of #AFC58B
Complementary color
Monochromatic Colors of #AFC58B
Black with #AFC58B
Text Example
Text Example
White with #AFC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC58B; }
p { color: rgb(175,197,139); }
H1.HeaderClassName
{
color: #AFC58B;
}
.AnyTagClassName
{
color: #AFC58B;
}
</style>
background-color css
<style>
a { background-color: #AFC58B; }
a { background-color: rgb(175,197,139); }
div.DivClassName
{
background-color: #AFC58B;
}
.BgClassName
{
background-color: #AFC58B;
}
</style>
border-color css
<style>
span { border-color: #AFC58B; }
span { border-color: rgb(175,197,139); }
td.TdClassName
{
border-color: #AFC58B;
}
.TagClassName
{
border-color: #AFC58B;
}
</style>