Shades of Caper #ADCC74
Tints of Caper #ADCC74
RGB
CMYK
RGB Variations
Color information
#ADCC74 (or 0xADCC74) is known color: Caper. HEX triplet: AD, CC and 74. RGB value is (173,204,116). Sum of RGB (Red+Green+Blue) = 173+204+116=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC74 is #52338B. Grayscale: #B9B9B9. Windows color (decimal): -5387148 or 7654573. OLE color: 7654573.
HSL color Cylindrical-coordinate representation of color #ADCC74: hue angle of 81.14º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADCC74 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 116 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.2 |
| HSL | 81.14º | 0.46% | 0.63% | - |
| HSV(B) | 81.14º | 0.43% | 0.8% | - |
| XYZ | 41.98 | 53.33 | 24.6 | - |
| YUV | 184.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 116 | 0.15 | 0 | 0.43 | 0.2 | 81.14 | 0.46 | 0.63 |
| Hex | AD | CC | 74 | F | 0 | 2B | 14 | 51 | 2E | 3F |
| Octal | 255 | 314 | 164 | 17 | 0 | 53 | 24 | 121 | 56 | 77 |
| Binary | 10101101 | 11001100 | 1110100 | 1111 | 0 | 101011 | 10100 | 1010001 | 101110 | 111111 |
Color Harmonies of #ADCC74
Complementary color
Monochromatic Colors of #ADCC74
Black with #ADCC74
Text Example
Text Example
White with #ADCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC74; }
p { color: rgb(173,204,116); }
H1.HeaderClassName
{
color: #ADCC74;
}
.AnyTagClassName
{
color: #ADCC74;
}
</style>
background-color css
<style>
a { background-color: #ADCC74; }
a { background-color: rgb(173,204,116); }
div.DivClassName
{
background-color: #ADCC74;
}
.BgClassName
{
background-color: #ADCC74;
}
</style>
border-color css
<style>
span { border-color: #ADCC74; }
span { border-color: rgb(173,204,116); }
td.TdClassName
{
border-color: #ADCC74;
}
.TagClassName
{
border-color: #ADCC74;
}
</style>