Shades of Caper #ADCC77
Tints of Caper #ADCC77
RGB
CMYK
RGB Variations
Color information
#ADCC77 (or 0xADCC77) is known color: Caper. HEX triplet: AD, CC and 77. RGB value is (173,204,119). Sum of RGB (Red+Green+Blue) = 173+204+119=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC77 is #523388. Grayscale: #B9B9B9. Windows color (decimal): -5387145 or 7851181. OLE color: 7851181.
HSL color Cylindrical-coordinate representation of color #ADCC77: hue angle of 81.88º degrees, saturation: 0.45, 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 #ADCC77 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 119 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.2 |
| HSL | 81.88º | 0.45% | 0.63% | - |
| HSV(B) | 81.88º | 0.42% | 0.8% | - |
| XYZ | 42.16 | 53.4 | 25.54 | - |
| YUV | 185.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 119 | 0.15 | 0 | 0.42 | 0.2 | 81.88 | 0.45 | 0.63 |
| Hex | AD | CC | 77 | F | 0 | 2A | 14 | 52 | 2D | 3F |
| Octal | 255 | 314 | 167 | 17 | 0 | 52 | 24 | 122 | 55 | 77 |
| Binary | 10101101 | 11001100 | 1110111 | 1111 | 0 | 101010 | 10100 | 1010010 | 101101 | 111111 |
Color Harmonies of #ADCC77
Complementary color
Monochromatic Colors of #ADCC77
Black with #ADCC77
Text Example
Text Example
White with #ADCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC77; }
p { color: rgb(173,204,119); }
H1.HeaderClassName
{
color: #ADCC77;
}
.AnyTagClassName
{
color: #ADCC77;
}
</style>
background-color css
<style>
a { background-color: #ADCC77; }
a { background-color: rgb(173,204,119); }
div.DivClassName
{
background-color: #ADCC77;
}
.BgClassName
{
background-color: #ADCC77;
}
</style>
border-color css
<style>
span { border-color: #ADCC77; }
span { border-color: rgb(173,204,119); }
td.TdClassName
{
border-color: #ADCC77;
}
.TagClassName
{
border-color: #ADCC77;
}
</style>