Shades of Caper #AFCB79
Tints of Caper #AFCB79
RGB
CMYK
RGB Variations
Color information
#AFCB79 (or 0xAFCB79) is known color: Caper. HEX triplet: AF, CB and 79. RGB value is (175,203,121). Sum of RGB (Red+Green+Blue) = 175+203+121=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB79 is #503486. Grayscale: #B9B9B9. Windows color (decimal): -5256327 or 7981999. OLE color: 7981999.
HSL color Cylindrical-coordinate representation of color #AFCB79: hue angle of 80.49º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFCB79 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 121 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.20 |
| HSL | 80.49º | 0.44% | 0.64% | - |
| HSV(B) | 80.49º | 0.4% | 0.8% | - |
| XYZ | 42.49 | 53.21 | 26.12 | - |
| YUV | 185.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 121 | 0.14 | 0 | 0.40 | 0.20 | 80.49 | 0.44 | 0.64 |
| Hex | AF | CB | 79 | E | 0 | 28 | 14 | 50 | 2C | 40 |
| Octal | 257 | 313 | 171 | 16 | 0 | 50 | 24 | 120 | 54 | 100 |
| Binary | 10101111 | 11001011 | 1111001 | 1110 | 0 | 101000 | 10100 | 1010000 | 101100 | 1000000 |
Color Harmonies of #AFCB79
Complementary color
Monochromatic Colors of #AFCB79
Black with #AFCB79
Text Example
Text Example
White with #AFCB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB79; }
p { color: rgb(175,203,121); }
H1.HeaderClassName
{
color: #AFCB79;
}
.AnyTagClassName
{
color: #AFCB79;
}
</style>
background-color css
<style>
a { background-color: #AFCB79; }
a { background-color: rgb(175,203,121); }
div.DivClassName
{
background-color: #AFCB79;
}
.BgClassName
{
background-color: #AFCB79;
}
</style>
border-color css
<style>
span { border-color: #AFCB79; }
span { border-color: rgb(175,203,121); }
td.TdClassName
{
border-color: #AFCB79;
}
.TagClassName
{
border-color: #AFCB79;
}
</style>