Shades of Caper #ADCC76
Tints of Caper #ADCC76
RGB
CMYK
RGB Variations
Color information
#ADCC76 (or 0xADCC76) is known color: Caper. HEX triplet: AD, CC and 76. RGB value is (173,204,118). Sum of RGB (Red+Green+Blue) = 173+204+118=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC76 is #523389. Grayscale: #B9B9B9. Windows color (decimal): -5387146 or 7785645. OLE color: 7785645.
HSL color Cylindrical-coordinate representation of color #ADCC76: hue angle of 81.63º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADCC76 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 118 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.2 |
| HSL | 81.63º | 0.46% | 0.63% | - |
| HSV(B) | 81.63º | 0.42% | 0.8% | - |
| XYZ | 42.1 | 53.38 | 25.22 | - |
| YUV | 184.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 118 | 0.15 | 0 | 0.42 | 0.2 | 81.63 | 0.46 | 0.63 |
| Hex | AD | CC | 76 | F | 0 | 2A | 14 | 52 | 2E | 3F |
| Octal | 255 | 314 | 166 | 17 | 0 | 52 | 24 | 122 | 56 | 77 |
| Binary | 10101101 | 11001100 | 1110110 | 1111 | 0 | 101010 | 10100 | 1010010 | 101110 | 111111 |
Color Harmonies of #ADCC76
Complementary color
Monochromatic Colors of #ADCC76
Black with #ADCC76
Text Example
Text Example
White with #ADCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC76; }
p { color: rgb(173,204,118); }
H1.HeaderClassName
{
color: #ADCC76;
}
.AnyTagClassName
{
color: #ADCC76;
}
</style>
background-color css
<style>
a { background-color: #ADCC76; }
a { background-color: rgb(173,204,118); }
div.DivClassName
{
background-color: #ADCC76;
}
.BgClassName
{
background-color: #ADCC76;
}
</style>
border-color css
<style>
span { border-color: #ADCC76; }
span { border-color: rgb(173,204,118); }
td.TdClassName
{
border-color: #ADCC76;
}
.TagClassName
{
border-color: #ADCC76;
}
</style>