Shades of Caper #AFC584
Tints of Caper #AFC584
RGB
CMYK
RGB Variations
Color information
#AFC584 (or 0xAFC584) is known color: Caper. HEX triplet: AF, C5 and 84. RGB value is (175,197,132). Sum of RGB (Red+Green+Blue) = 175+197+132=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC584 is #503A7B. Grayscale: #B7B7B7. Windows color (decimal): -5257852 or 8701359. OLE color: 8701359.
HSL color Cylindrical-coordinate representation of color #AFC584: hue angle of 80.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFC584 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 132 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.23 |
| HSL | 80.31º | 0.36% | 0.65% | - |
| HSV(B) | 80.31º | 0.33% | 0.77% | - |
| XYZ | 41.81 | 50.71 | 29.41 | - |
| YUV | 183.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 132 | 0.11 | 0 | 0.33 | 0.23 | 80.31 | 0.36 | 0.65 |
| Hex | AF | C5 | 84 | B | 0 | 21 | 17 | 50 | 24 | 41 |
| Octal | 257 | 305 | 204 | 13 | 0 | 41 | 27 | 120 | 44 | 101 |
| Binary | 10101111 | 11000101 | 10000100 | 1011 | 0 | 100001 | 10111 | 1010000 | 100100 | 1000001 |
Color Harmonies of #AFC584
Complementary color
Monochromatic Colors of #AFC584
Black with #AFC584
Text Example
Text Example
White with #AFC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC584; }
p { color: rgb(175,197,132); }
H1.HeaderClassName
{
color: #AFC584;
}
.AnyTagClassName
{
color: #AFC584;
}
</style>
background-color css
<style>
a { background-color: #AFC584; }
a { background-color: rgb(175,197,132); }
div.DivClassName
{
background-color: #AFC584;
}
.BgClassName
{
background-color: #AFC584;
}
</style>
border-color css
<style>
span { border-color: #AFC584; }
span { border-color: rgb(175,197,132); }
td.TdClassName
{
border-color: #AFC584;
}
.TagClassName
{
border-color: #AFC584;
}
</style>