Shades of Caper #AFC388
Tints of Caper #AFC388
RGB
CMYK
RGB Variations
Color information
#AFC388 (or 0xAFC388) is known color: Caper. HEX triplet: AF, C3 and 88. RGB value is (175,195,136). Sum of RGB (Red+Green+Blue) = 175+195+136=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC388 is #503C77. Grayscale: #B6B6B6. Windows color (decimal): -5258360 or 8962991. OLE color: 8962991.
HSL color Cylindrical-coordinate representation of color #AFC388: hue angle of 80.34º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC388 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 136 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.24 |
| HSL | 80.34º | 0.33% | 0.65% | - |
| HSV(B) | 80.34º | 0.3% | 0.76% | - |
| XYZ | 41.64 | 49.92 | 30.73 | - |
| YUV | 182.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 136 | 0.10 | 0 | 0.30 | 0.24 | 80.34 | 0.33 | 0.65 |
| Hex | AF | C3 | 88 | A | 0 | 1E | 18 | 50 | 21 | 41 |
| Octal | 257 | 303 | 210 | 12 | 0 | 36 | 30 | 120 | 41 | 101 |
| Binary | 10101111 | 11000011 | 10001000 | 1010 | 0 | 11110 | 11000 | 1010000 | 100001 | 1000001 |
Color Harmonies of #AFC388
Complementary color
Monochromatic Colors of #AFC388
Black with #AFC388
Text Example
Text Example
White with #AFC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC388; }
p { color: rgb(175,195,136); }
H1.HeaderClassName
{
color: #AFC388;
}
.AnyTagClassName
{
color: #AFC388;
}
</style>
background-color css
<style>
a { background-color: #AFC388; }
a { background-color: rgb(175,195,136); }
div.DivClassName
{
background-color: #AFC388;
}
.BgClassName
{
background-color: #AFC388;
}
</style>
border-color css
<style>
span { border-color: #AFC388; }
span { border-color: rgb(175,195,136); }
td.TdClassName
{
border-color: #AFC388;
}
.TagClassName
{
border-color: #AFC388;
}
</style>