Shades of Caper #ADCB76
Tints of Caper #ADCB76
RGB
CMYK
RGB Variations
Color information
#ADCB76 (or 0xADCB76) is known color: Caper. HEX triplet: AD, CB and 76. RGB value is (173,203,118). Sum of RGB (Red+Green+Blue) = 173+203+118=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB76 is #523489. Grayscale: #B8B8B8. Windows color (decimal): -5387402 or 7785389. OLE color: 7785389.
HSL color Cylindrical-coordinate representation of color #ADCB76: hue angle of 81.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADCB76 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 118 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.20 |
| HSL | 81.18º | 0.45% | 0.63% | - |
| HSV(B) | 81.18º | 0.42% | 0.8% | - |
| XYZ | 41.86 | 52.9 | 25.14 | - |
| YUV | 184.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 118 | 0.15 | 0 | 0.42 | 0.20 | 81.18 | 0.45 | 0.63 |
| Hex | AD | CB | 76 | F | 0 | 2A | 14 | 51 | 2D | 3F |
| Octal | 255 | 313 | 166 | 17 | 0 | 52 | 24 | 121 | 55 | 77 |
| Binary | 10101101 | 11001011 | 1110110 | 1111 | 0 | 101010 | 10100 | 1010001 | 101101 | 111111 |
Color Harmonies of #ADCB76
Complementary color
Monochromatic Colors of #ADCB76
Black with #ADCB76
Text Example
Text Example
White with #ADCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB76; }
p { color: rgb(173,203,118); }
H1.HeaderClassName
{
color: #ADCB76;
}
.AnyTagClassName
{
color: #ADCB76;
}
</style>
background-color css
<style>
a { background-color: #ADCB76; }
a { background-color: rgb(173,203,118); }
div.DivClassName
{
background-color: #ADCB76;
}
.BgClassName
{
background-color: #ADCB76;
}
</style>
border-color css
<style>
span { border-color: #ADCB76; }
span { border-color: rgb(173,203,118); }
td.TdClassName
{
border-color: #ADCB76;
}
.TagClassName
{
border-color: #ADCB76;
}
</style>