Shades of Caper #ADC87B
Tints of Caper #ADC87B
RGB
CMYK
RGB Variations
Color information
#ADC87B (or 0xADC87B) is known color: Caper. HEX triplet: AD, C8 and 7B. RGB value is (173,200,123). Sum of RGB (Red+Green+Blue) = 173+200+123=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC87B is #523784. Grayscale: #B7B7B7. Windows color (decimal): -5388165 or 8112301. OLE color: 8112301.
HSL color Cylindrical-coordinate representation of color #ADC87B: hue angle of 81.04º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC87B is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 123 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.22 |
| HSL | 81.04º | 0.41% | 0.63% | - |
| HSV(B) | 81.04º | 0.39% | 0.78% | - |
| XYZ | 41.46 | 51.62 | 26.52 | - |
| YUV | 183.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 123 | 0.14 | 0 | 0.38 | 0.22 | 81.04 | 0.41 | 0.63 |
| Hex | AD | C8 | 7B | E | 0 | 26 | 16 | 51 | 29 | 3F |
| Octal | 255 | 310 | 173 | 16 | 0 | 46 | 26 | 121 | 51 | 77 |
| Binary | 10101101 | 11001000 | 1111011 | 1110 | 0 | 100110 | 10110 | 1010001 | 101001 | 111111 |
Color Harmonies of #ADC87B
Complementary color
Monochromatic Colors of #ADC87B
Black with #ADC87B
Text Example
Text Example
White with #ADC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC87B; }
p { color: rgb(173,200,123); }
H1.HeaderClassName
{
color: #ADC87B;
}
.AnyTagClassName
{
color: #ADC87B;
}
</style>
background-color css
<style>
a { background-color: #ADC87B; }
a { background-color: rgb(173,200,123); }
div.DivClassName
{
background-color: #ADC87B;
}
.BgClassName
{
background-color: #ADC87B;
}
</style>
border-color css
<style>
span { border-color: #ADC87B; }
span { border-color: rgb(173,200,123); }
td.TdClassName
{
border-color: #ADC87B;
}
.TagClassName
{
border-color: #ADC87B;
}
</style>