Shades of Caper #ADCD83
Tints of Caper #ADCD83
RGB
CMYK
RGB Variations
Color information
#ADCD83 (or 0xADCD83) is known color: Caper. HEX triplet: AD, CD and 83. RGB value is (173,205,131). Sum of RGB (Red+Green+Blue) = 173+205+131=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD83 is #52327C. Grayscale: #BBBBBB. Windows color (decimal): -5386877 or 8637869. OLE color: 8637869.
HSL color Cylindrical-coordinate representation of color #ADCD83: hue angle of 85.95º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADCD83 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 131 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.20 |
| HSL | 85.95º | 0.43% | 0.66% | - |
| HSV(B) | 85.95º | 0.36% | 0.8% | - |
| XYZ | 43.16 | 54.19 | 29.66 | - |
| YUV | 187 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 131 | 0.16 | 0 | 0.36 | 0.20 | 85.95 | 0.43 | 0.66 |
| Hex | AD | CD | 83 | 10 | 0 | 24 | 14 | 56 | 2B | 42 |
| Octal | 255 | 315 | 203 | 20 | 0 | 44 | 24 | 126 | 53 | 102 |
| Binary | 10101101 | 11001101 | 10000011 | 10000 | 0 | 100100 | 10100 | 1010110 | 101011 | 1000010 |
Color Harmonies of #ADCD83
Complementary color
Monochromatic Colors of #ADCD83
Black with #ADCD83
Text Example
Text Example
White with #ADCD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD83; }
p { color: rgb(173,205,131); }
H1.HeaderClassName
{
color: #ADCD83;
}
.AnyTagClassName
{
color: #ADCD83;
}
</style>
background-color css
<style>
a { background-color: #ADCD83; }
a { background-color: rgb(173,205,131); }
div.DivClassName
{
background-color: #ADCD83;
}
.BgClassName
{
background-color: #ADCD83;
}
</style>
border-color css
<style>
span { border-color: #ADCD83; }
span { border-color: rgb(173,205,131); }
td.TdClassName
{
border-color: #ADCD83;
}
.TagClassName
{
border-color: #ADCD83;
}
</style>