Shades of Caper #ADBC76
Tints of Caper #ADBC76
RGB
CMYK
RGB Variations
Color information
#ADBC76 (or 0xADBC76) is known color: Caper. HEX triplet: AD, BC and 76. RGB value is (173,188,118). Sum of RGB (Red+Green+Blue) = 173+188+118=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC76 is #524389. Grayscale: #AFAFAF. Windows color (decimal): -5391242 or 7781549. OLE color: 7781549.
HSL color Cylindrical-coordinate representation of color #ADBC76: hue angle of 72.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADBC76 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 118 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.26 |
| HSL | 72.86º | 0.34% | 0.6% | - |
| HSV(B) | 72.86º | 0.37% | 0.74% | - |
| XYZ | 38.49 | 46.16 | 24.02 | - |
| YUV | 175.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 118 | 0.08 | 0 | 0.37 | 0.26 | 72.86 | 0.34 | 0.6 |
| Hex | AD | BC | 76 | 8 | 0 | 25 | 1A | 49 | 22 | 3C |
| Octal | 255 | 274 | 166 | 10 | 0 | 45 | 32 | 111 | 42 | 74 |
| Binary | 10101101 | 10111100 | 1110110 | 1000 | 0 | 100101 | 11010 | 1001001 | 100010 | 111100 |
Color Harmonies of #ADBC76
Complementary color
Monochromatic Colors of #ADBC76
Black with #ADBC76
Text Example
Text Example
White with #ADBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC76; }
p { color: rgb(173,188,118); }
H1.HeaderClassName
{
color: #ADBC76;
}
.AnyTagClassName
{
color: #ADBC76;
}
</style>
background-color css
<style>
a { background-color: #ADBC76; }
a { background-color: rgb(173,188,118); }
div.DivClassName
{
background-color: #ADBC76;
}
.BgClassName
{
background-color: #ADBC76;
}
</style>
border-color css
<style>
span { border-color: #ADBC76; }
span { border-color: rgb(173,188,118); }
td.TdClassName
{
border-color: #ADBC76;
}
.TagClassName
{
border-color: #ADBC76;
}
</style>