Shades of Caper #ADBC6B
Tints of Caper #ADBC6B
RGB
CMYK
RGB Variations
Color information
#ADBC6B (or 0xADBC6B) is known color: Caper. HEX triplet: AD, BC and 6B. RGB value is (173,188,107). Sum of RGB (Red+Green+Blue) = 173+188+107=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC6B is #524394. Grayscale: #AEAEAE. Windows color (decimal): -5391253 or 7060653. OLE color: 7060653.
HSL color Cylindrical-coordinate representation of color #ADBC6B: hue angle of 71.11º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADBC6B is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 107 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.26 |
| HSL | 71.11º | 0.38% | 0.58% | - |
| HSV(B) | 71.11º | 0.43% | 0.74% | - |
| XYZ | 37.87 | 45.91 | 20.78 | - |
| YUV | 174.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 107 | 0.08 | 0 | 0.43 | 0.26 | 71.11 | 0.38 | 0.58 |
| Hex | AD | BC | 6B | 8 | 0 | 2B | 1A | 47 | 26 | 3A |
| Octal | 255 | 274 | 153 | 10 | 0 | 53 | 32 | 107 | 46 | 72 |
| Binary | 10101101 | 10111100 | 1101011 | 1000 | 0 | 101011 | 11010 | 1000111 | 100110 | 111010 |
Color Harmonies of #ADBC6B
Complementary color
Monochromatic Colors of #ADBC6B
Black with #ADBC6B
Text Example
Text Example
White with #ADBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC6B; }
p { color: rgb(173,188,107); }
H1.HeaderClassName
{
color: #ADBC6B;
}
.AnyTagClassName
{
color: #ADBC6B;
}
</style>
background-color css
<style>
a { background-color: #ADBC6B; }
a { background-color: rgb(173,188,107); }
div.DivClassName
{
background-color: #ADBC6B;
}
.BgClassName
{
background-color: #ADBC6B;
}
</style>
border-color css
<style>
span { border-color: #ADBC6B; }
span { border-color: rgb(173,188,107); }
td.TdClassName
{
border-color: #ADBC6B;
}
.TagClassName
{
border-color: #ADBC6B;
}
</style>