Shades of Caper #ADBB76
Tints of Caper #ADBB76
RGB
CMYK
RGB Variations
Color information
#ADBB76 (or 0xADBB76) is known color: Caper. HEX triplet: AD, BB and 76. RGB value is (173,187,118). Sum of RGB (Red+Green+Blue) = 173+187+118=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB76 is #524489. Grayscale: #AFAFAF. Windows color (decimal): -5391498 or 7781293. OLE color: 7781293.
HSL color Cylindrical-coordinate representation of color #ADBB76: hue angle of 72.17º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADBB76 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 118 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.27 |
| HSL | 72.17º | 0.34% | 0.6% | - |
| HSV(B) | 72.17º | 0.37% | 0.73% | - |
| XYZ | 38.27 | 45.73 | 23.95 | - |
| YUV | 174.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 118 | 0.07 | 0 | 0.37 | 0.27 | 72.17 | 0.34 | 0.6 |
| Hex | AD | BB | 76 | 7 | 0 | 25 | 1B | 48 | 22 | 3C |
| Octal | 255 | 273 | 166 | 7 | 0 | 45 | 33 | 110 | 42 | 74 |
| Binary | 10101101 | 10111011 | 1110110 | 111 | 0 | 100101 | 11011 | 1001000 | 100010 | 111100 |
Color Harmonies of #ADBB76
Complementary color
Monochromatic Colors of #ADBB76
Black with #ADBB76
Text Example
Text Example
White with #ADBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB76; }
p { color: rgb(173,187,118); }
H1.HeaderClassName
{
color: #ADBB76;
}
.AnyTagClassName
{
color: #ADBB76;
}
</style>
background-color css
<style>
a { background-color: #ADBB76; }
a { background-color: rgb(173,187,118); }
div.DivClassName
{
background-color: #ADBB76;
}
.BgClassName
{
background-color: #ADBB76;
}
</style>
border-color css
<style>
span { border-color: #ADBB76; }
span { border-color: rgb(173,187,118); }
td.TdClassName
{
border-color: #ADBB76;
}
.TagClassName
{
border-color: #ADBB76;
}
</style>