Shades of Caper #ADBC75
Tints of Caper #ADBC75
RGB
CMYK
RGB Variations
Color information
#ADBC75 (or 0xADBC75) is known color: Caper. HEX triplet: AD, BC and 75. RGB value is (173,188,117). Sum of RGB (Red+Green+Blue) = 173+188+117=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC75 is #52438A. Grayscale: #AFAFAF. Windows color (decimal): -5391243 or 7716013. OLE color: 7716013.
HSL color Cylindrical-coordinate representation of color #ADBC75: hue angle of 72.68º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADBC75 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 117 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.26 |
| HSL | 72.68º | 0.35% | 0.6% | - |
| HSV(B) | 72.68º | 0.38% | 0.74% | - |
| XYZ | 38.43 | 46.14 | 23.71 | - |
| YUV | 175.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 117 | 0.08 | 0 | 0.38 | 0.26 | 72.68 | 0.35 | 0.6 |
| Hex | AD | BC | 75 | 8 | 0 | 26 | 1A | 49 | 23 | 3C |
| Octal | 255 | 274 | 165 | 10 | 0 | 46 | 32 | 111 | 43 | 74 |
| Binary | 10101101 | 10111100 | 1110101 | 1000 | 0 | 100110 | 11010 | 1001001 | 100011 | 111100 |
Color Harmonies of #ADBC75
Complementary color
Monochromatic Colors of #ADBC75
Black with #ADBC75
Text Example
Text Example
White with #ADBC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC75; }
p { color: rgb(173,188,117); }
H1.HeaderClassName
{
color: #ADBC75;
}
.AnyTagClassName
{
color: #ADBC75;
}
</style>
background-color css
<style>
a { background-color: #ADBC75; }
a { background-color: rgb(173,188,117); }
div.DivClassName
{
background-color: #ADBC75;
}
.BgClassName
{
background-color: #ADBC75;
}
</style>
border-color css
<style>
span { border-color: #ADBC75; }
span { border-color: rgb(173,188,117); }
td.TdClassName
{
border-color: #ADBC75;
}
.TagClassName
{
border-color: #ADBC75;
}
</style>