Shades of Caper #ADCC7B
Tints of Caper #ADCC7B
RGB
CMYK
RGB Variations
Color information
#ADCC7B (or 0xADCC7B) is known color: Caper. HEX triplet: AD, CC and 7B. RGB value is (173,204,123). Sum of RGB (Red+Green+Blue) = 173+204+123=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC7B is #523384. Grayscale: #B9B9B9. Windows color (decimal): -5387141 or 8113325. OLE color: 8113325.
HSL color Cylindrical-coordinate representation of color #ADCC7B: hue angle of 82.96º degrees, saturation: 0.44, 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 #ADCC7B is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 123 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.2 |
| HSL | 82.96º | 0.44% | 0.64% | - |
| HSV(B) | 82.96º | 0.4% | 0.8% | - |
| XYZ | 42.4 | 53.5 | 26.83 | - |
| YUV | 185.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 123 | 0.15 | 0 | 0.40 | 0.2 | 82.96 | 0.44 | 0.64 |
| Hex | AD | CC | 7B | F | 0 | 28 | 14 | 53 | 2C | 40 |
| Octal | 255 | 314 | 173 | 17 | 0 | 50 | 24 | 123 | 54 | 100 |
| Binary | 10101101 | 11001100 | 1111011 | 1111 | 0 | 101000 | 10100 | 1010011 | 101100 | 1000000 |
Color Harmonies of #ADCC7B
Complementary color
Monochromatic Colors of #ADCC7B
Black with #ADCC7B
Text Example
Text Example
White with #ADCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC7B; }
p { color: rgb(173,204,123); }
H1.HeaderClassName
{
color: #ADCC7B;
}
.AnyTagClassName
{
color: #ADCC7B;
}
</style>
background-color css
<style>
a { background-color: #ADCC7B; }
a { background-color: rgb(173,204,123); }
div.DivClassName
{
background-color: #ADCC7B;
}
.BgClassName
{
background-color: #ADCC7B;
}
</style>
border-color css
<style>
span { border-color: #ADCC7B; }
span { border-color: rgb(173,204,123); }
td.TdClassName
{
border-color: #ADCC7B;
}
.TagClassName
{
border-color: #ADCC7B;
}
</style>