Shades of Caper #ADCD7B
Tints of Caper #ADCD7B
RGB
CMYK
RGB Variations
Color information
#ADCD7B (or 0xADCD7B) is known color: Caper. HEX triplet: AD, CD and 7B. RGB value is (173,205,123). Sum of RGB (Red+Green+Blue) = 173+205+123=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD7B is #523284. Grayscale: #BABABA. Windows color (decimal): -5386885 or 8113581. OLE color: 8113581.
HSL color Cylindrical-coordinate representation of color #ADCD7B: hue angle of 83.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADCD7B is Cyan = 0.16, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 123 | - |
| CMYK | 0.16 | 0 | 0.4 | 0.20 |
| HSL | 83.41º | 0.45% | 0.64% | - |
| HSV(B) | 83.41º | 0.4% | 0.8% | - |
| XYZ | 42.64 | 53.98 | 26.91 | - |
| YUV | 186.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 123 | 0.16 | 0 | 0.4 | 0.20 | 83.41 | 0.45 | 0.64 |
| Hex | AD | CD | 7B | 10 | 0 | 28 | 14 | 53 | 2D | 40 |
| Octal | 255 | 315 | 173 | 20 | 0 | 50 | 24 | 123 | 55 | 100 |
| Binary | 10101101 | 11001101 | 1111011 | 10000 | 0 | 101000 | 10100 | 1010011 | 101101 | 1000000 |
Color Harmonies of #ADCD7B
Complementary color
Monochromatic Colors of #ADCD7B
Black with #ADCD7B
Text Example
Text Example
White with #ADCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD7B; }
p { color: rgb(173,205,123); }
H1.HeaderClassName
{
color: #ADCD7B;
}
.AnyTagClassName
{
color: #ADCD7B;
}
</style>
background-color css
<style>
a { background-color: #ADCD7B; }
a { background-color: rgb(173,205,123); }
div.DivClassName
{
background-color: #ADCD7B;
}
.BgClassName
{
background-color: #ADCD7B;
}
</style>
border-color css
<style>
span { border-color: #ADCD7B; }
span { border-color: rgb(173,205,123); }
td.TdClassName
{
border-color: #ADCD7B;
}
.TagClassName
{
border-color: #ADCD7B;
}
</style>