Shades of Caper #AFCB77
Tints of Caper #AFCB77
RGB
CMYK
RGB Variations
Color information
#AFCB77 (or 0xAFCB77) is known color: Caper. HEX triplet: AF, CB and 77. RGB value is (175,203,119). Sum of RGB (Red+Green+Blue) = 175+203+119=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB77 is #503488. Grayscale: #B9B9B9. Windows color (decimal): -5256329 or 7850927. OLE color: 7850927.
HSL color Cylindrical-coordinate representation of color #AFCB77: hue angle of 80º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFCB77 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 119 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.20 |
| HSL | 80º | 0.45% | 0.63% | - |
| HSV(B) | 80º | 0.41% | 0.8% | - |
| XYZ | 42.36 | 53.16 | 25.48 | - |
| YUV | 185.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 119 | 0.14 | 0 | 0.41 | 0.20 | 80 | 0.45 | 0.63 |
| Hex | AF | CB | 77 | E | 0 | 29 | 14 | 50 | 2D | 3F |
| Octal | 257 | 313 | 167 | 16 | 0 | 51 | 24 | 120 | 55 | 77 |
| Binary | 10101111 | 11001011 | 1110111 | 1110 | 0 | 101001 | 10100 | 1010000 | 101101 | 111111 |
Color Harmonies of #AFCB77
Complementary color
Monochromatic Colors of #AFCB77
Black with #AFCB77
Text Example
Text Example
White with #AFCB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB77; }
p { color: rgb(175,203,119); }
H1.HeaderClassName
{
color: #AFCB77;
}
.AnyTagClassName
{
color: #AFCB77;
}
</style>
background-color css
<style>
a { background-color: #AFCB77; }
a { background-color: rgb(175,203,119); }
div.DivClassName
{
background-color: #AFCB77;
}
.BgClassName
{
background-color: #AFCB77;
}
</style>
border-color css
<style>
span { border-color: #AFCB77; }
span { border-color: rgb(175,203,119); }
td.TdClassName
{
border-color: #AFCB77;
}
.TagClassName
{
border-color: #AFCB77;
}
</style>