Shades of Caper #ADC68B
Tints of Caper #ADC68B
RGB
CMYK
RGB Variations
Color information
#ADC68B (or 0xADC68B) is known color: Caper. HEX triplet: AD, C6 and 8B. RGB value is (173,198,139). Sum of RGB (Red+Green+Blue) = 173+198+139=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC68B is #523974. Grayscale: #B8B8B8. Windows color (decimal): -5388661 or 9160365. OLE color: 9160365.
HSL color Cylindrical-coordinate representation of color #ADC68B: hue angle of 85.42º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC68B is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 139 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.22 |
| HSL | 85.42º | 0.34% | 0.66% | - |
| HSV(B) | 85.42º | 0.3% | 0.78% | - |
| XYZ | 42.09 | 51.14 | 32.08 | - |
| YUV | 183.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 139 | 0.13 | 0 | 0.30 | 0.22 | 85.42 | 0.34 | 0.66 |
| Hex | AD | C6 | 8B | D | 0 | 1E | 16 | 55 | 22 | 42 |
| Octal | 255 | 306 | 213 | 15 | 0 | 36 | 26 | 125 | 42 | 102 |
| Binary | 10101101 | 11000110 | 10001011 | 1101 | 0 | 11110 | 10110 | 1010101 | 100010 | 1000010 |
Color Harmonies of #ADC68B
Complementary color
Monochromatic Colors of #ADC68B
Black with #ADC68B
Text Example
Text Example
White with #ADC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC68B; }
p { color: rgb(173,198,139); }
H1.HeaderClassName
{
color: #ADC68B;
}
.AnyTagClassName
{
color: #ADC68B;
}
</style>
background-color css
<style>
a { background-color: #ADC68B; }
a { background-color: rgb(173,198,139); }
div.DivClassName
{
background-color: #ADC68B;
}
.BgClassName
{
background-color: #ADC68B;
}
</style>
border-color css
<style>
span { border-color: #ADC68B; }
span { border-color: rgb(173,198,139); }
td.TdClassName
{
border-color: #ADC68B;
}
.TagClassName
{
border-color: #ADC68B;
}
</style>