Shades of Caper #AFCB80
Tints of Caper #AFCB80
RGB
CMYK
RGB Variations
Color information
#AFCB80 (or 0xAFCB80) is known color: Caper. HEX triplet: AF, CB and 80. RGB value is (175,203,128). Sum of RGB (Red+Green+Blue) = 175+203+128=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB80 is #50347F. Grayscale: #BABABA. Windows color (decimal): -5256320 or 8440751. OLE color: 8440751.
HSL color Cylindrical-coordinate representation of color #AFCB80: hue angle of 82.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFCB80 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 128 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.20 |
| HSL | 82.4º | 0.42% | 0.65% | - |
| HSV(B) | 82.4º | 0.37% | 0.8% | - |
| XYZ | 42.93 | 53.38 | 28.46 | - |
| YUV | 186.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 128 | 0.14 | 0 | 0.37 | 0.20 | 82.4 | 0.42 | 0.65 |
| Hex | AF | CB | 80 | E | 0 | 25 | 14 | 52 | 2A | 41 |
| Octal | 257 | 313 | 200 | 16 | 0 | 45 | 24 | 122 | 52 | 101 |
| Binary | 10101111 | 11001011 | 10000000 | 1110 | 0 | 100101 | 10100 | 1010010 | 101010 | 1000001 |
Color Harmonies of #AFCB80
Complementary color
Monochromatic Colors of #AFCB80
Black with #AFCB80
Text Example
Text Example
White with #AFCB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB80; }
p { color: rgb(175,203,128); }
H1.HeaderClassName
{
color: #AFCB80;
}
.AnyTagClassName
{
color: #AFCB80;
}
</style>
background-color css
<style>
a { background-color: #AFCB80; }
a { background-color: rgb(175,203,128); }
div.DivClassName
{
background-color: #AFCB80;
}
.BgClassName
{
background-color: #AFCB80;
}
</style>
border-color css
<style>
span { border-color: #AFCB80; }
span { border-color: rgb(175,203,128); }
td.TdClassName
{
border-color: #AFCB80;
}
.TagClassName
{
border-color: #AFCB80;
}
</style>