Shades of Caper #ADC675
Tints of Caper #ADC675
RGB
CMYK
RGB Variations
Color information
#ADC675 (or 0xADC675) is known color: Caper. HEX triplet: AD, C6 and 75. RGB value is (173,198,117). Sum of RGB (Red+Green+Blue) = 173+198+117=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC675 is #52398A. Grayscale: #B5B5B5. Windows color (decimal): -5388683 or 7718573. OLE color: 7718573.
HSL color Cylindrical-coordinate representation of color #ADC675: hue angle of 78.52º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADC675 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 117 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.22 |
| HSL | 78.52º | 0.42% | 0.62% | - |
| HSV(B) | 78.52º | 0.41% | 0.78% | - |
| XYZ | 40.64 | 50.56 | 24.45 | - |
| YUV | 181.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 117 | 0.13 | 0 | 0.41 | 0.22 | 78.52 | 0.42 | 0.62 |
| Hex | AD | C6 | 75 | D | 0 | 29 | 16 | 4F | 2A | 3E |
| Octal | 255 | 306 | 165 | 15 | 0 | 51 | 26 | 117 | 52 | 76 |
| Binary | 10101101 | 11000110 | 1110101 | 1101 | 0 | 101001 | 10110 | 1001111 | 101010 | 111110 |
Color Harmonies of #ADC675
Complementary color
Monochromatic Colors of #ADC675
Black with #ADC675
Text Example
Text Example
White with #ADC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC675; }
p { color: rgb(173,198,117); }
H1.HeaderClassName
{
color: #ADC675;
}
.AnyTagClassName
{
color: #ADC675;
}
</style>
background-color css
<style>
a { background-color: #ADC675; }
a { background-color: rgb(173,198,117); }
div.DivClassName
{
background-color: #ADC675;
}
.BgClassName
{
background-color: #ADC675;
}
</style>
border-color css
<style>
span { border-color: #ADC675; }
span { border-color: rgb(173,198,117); }
td.TdClassName
{
border-color: #ADC675;
}
.TagClassName
{
border-color: #ADC675;
}
</style>