Shades of Caper #ADC67C
Tints of Caper #ADC67C
RGB
CMYK
RGB Variations
Color information
#ADC67C (or 0xADC67C) is known color: Caper. HEX triplet: AD, C6 and 7C. RGB value is (173,198,124). Sum of RGB (Red+Green+Blue) = 173+198+124=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC67C is #523983. Grayscale: #B6B6B6. Windows color (decimal): -5388676 or 8177325. OLE color: 8177325.
HSL color Cylindrical-coordinate representation of color #ADC67C: hue angle of 80.27º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC67C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 124 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.22 |
| HSL | 80.27º | 0.39% | 0.63% | - |
| HSV(B) | 80.27º | 0.37% | 0.78% | - |
| XYZ | 41.07 | 50.73 | 26.7 | - |
| YUV | 182.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 124 | 0.13 | 0 | 0.37 | 0.22 | 80.27 | 0.39 | 0.63 |
| Hex | AD | C6 | 7C | D | 0 | 25 | 16 | 50 | 27 | 3F |
| Octal | 255 | 306 | 174 | 15 | 0 | 45 | 26 | 120 | 47 | 77 |
| Binary | 10101101 | 11000110 | 1111100 | 1101 | 0 | 100101 | 10110 | 1010000 | 100111 | 111111 |
Color Harmonies of #ADC67C
Complementary color
Monochromatic Colors of #ADC67C
Black with #ADC67C
Text Example
Text Example
White with #ADC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC67C; }
p { color: rgb(173,198,124); }
H1.HeaderClassName
{
color: #ADC67C;
}
.AnyTagClassName
{
color: #ADC67C;
}
</style>
background-color css
<style>
a { background-color: #ADC67C; }
a { background-color: rgb(173,198,124); }
div.DivClassName
{
background-color: #ADC67C;
}
.BgClassName
{
background-color: #ADC67C;
}
</style>
border-color css
<style>
span { border-color: #ADC67C; }
span { border-color: rgb(173,198,124); }
td.TdClassName
{
border-color: #ADC67C;
}
.TagClassName
{
border-color: #ADC67C;
}
</style>