Shades of Caper #AFCB73
Tints of Caper #AFCB73
RGB
CMYK
RGB Variations
Color information
#AFCB73 (or 0xAFCB73) is known color: Caper. HEX triplet: AF, CB and 73. RGB value is (175,203,115). Sum of RGB (Red+Green+Blue) = 175+203+115=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB73 is #50348C. Grayscale: #B8B8B8. Windows color (decimal): -5256333 or 7588783. OLE color: 7588783.
HSL color Cylindrical-coordinate representation of color #AFCB73: hue angle of 79.09º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFCB73 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 115 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.20 |
| HSL | 79.09º | 0.46% | 0.62% | - |
| HSV(B) | 79.09º | 0.43% | 0.8% | - |
| XYZ | 42.13 | 53.06 | 24.24 | - |
| YUV | 184.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 115 | 0.14 | 0 | 0.43 | 0.20 | 79.09 | 0.46 | 0.62 |
| Hex | AF | CB | 73 | E | 0 | 2B | 14 | 4F | 2E | 3E |
| Octal | 257 | 313 | 163 | 16 | 0 | 53 | 24 | 117 | 56 | 76 |
| Binary | 10101111 | 11001011 | 1110011 | 1110 | 0 | 101011 | 10100 | 1001111 | 101110 | 111110 |
Color Harmonies of #AFCB73
Complementary color
Monochromatic Colors of #AFCB73
Black with #AFCB73
Text Example
Text Example
White with #AFCB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB73; }
p { color: rgb(175,203,115); }
H1.HeaderClassName
{
color: #AFCB73;
}
.AnyTagClassName
{
color: #AFCB73;
}
</style>
background-color css
<style>
a { background-color: #AFCB73; }
a { background-color: rgb(175,203,115); }
div.DivClassName
{
background-color: #AFCB73;
}
.BgClassName
{
background-color: #AFCB73;
}
</style>
border-color css
<style>
span { border-color: #AFCB73; }
span { border-color: rgb(175,203,115); }
td.TdClassName
{
border-color: #AFCB73;
}
.TagClassName
{
border-color: #AFCB73;
}
</style>