Shades of Caper #ADC66B
Tints of Caper #ADC66B
RGB
CMYK
RGB Variations
Color information
#ADC66B (or 0xADC66B) is known color: Caper. HEX triplet: AD, C6 and 6B. RGB value is (173,198,107). Sum of RGB (Red+Green+Blue) = 173+198+107=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC66B is #523994. Grayscale: #B4B4B4. Windows color (decimal): -5388693 or 7063213. OLE color: 7063213.
HSL color Cylindrical-coordinate representation of color #ADC66B: hue angle of 76.48º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC66B is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 107 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.22 |
| HSL | 76.48º | 0.44% | 0.6% | - |
| HSV(B) | 76.48º | 0.46% | 0.78% | - |
| XYZ | 40.08 | 50.33 | 21.51 | - |
| YUV | 180.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 107 | 0.13 | 0 | 0.46 | 0.22 | 76.48 | 0.44 | 0.6 |
| Hex | AD | C6 | 6B | D | 0 | 2E | 16 | 4C | 2C | 3C |
| Octal | 255 | 306 | 153 | 15 | 0 | 56 | 26 | 114 | 54 | 74 |
| Binary | 10101101 | 11000110 | 1101011 | 1101 | 0 | 101110 | 10110 | 1001100 | 101100 | 111100 |
Color Harmonies of #ADC66B
Complementary color
Monochromatic Colors of #ADC66B
Black with #ADC66B
Text Example
Text Example
White with #ADC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC66B; }
p { color: rgb(173,198,107); }
H1.HeaderClassName
{
color: #ADC66B;
}
.AnyTagClassName
{
color: #ADC66B;
}
</style>
background-color css
<style>
a { background-color: #ADC66B; }
a { background-color: rgb(173,198,107); }
div.DivClassName
{
background-color: #ADC66B;
}
.BgClassName
{
background-color: #ADC66B;
}
</style>
border-color css
<style>
span { border-color: #ADC66B; }
span { border-color: rgb(173,198,107); }
td.TdClassName
{
border-color: #ADC66B;
}
.TagClassName
{
border-color: #ADC66B;
}
</style>