Shades of Caper #ADBB6D
Tints of Caper #ADBB6D
RGB
CMYK
RGB Variations
Color information
#ADBB6D (or 0xADBB6D) is known color: Caper. HEX triplet: AD, BB and 6D. RGB value is (173,187,109). Sum of RGB (Red+Green+Blue) = 173+187+109=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB6D is #524492. Grayscale: #AEAEAE. Windows color (decimal): -5391507 or 7191469. OLE color: 7191469.
HSL color Cylindrical-coordinate representation of color #ADBB6D: hue angle of 70.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADBB6D is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 109 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.27 |
| HSL | 70.77º | 0.36% | 0.58% | - |
| HSV(B) | 70.77º | 0.42% | 0.73% | - |
| XYZ | 37.76 | 45.53 | 21.27 | - |
| YUV | 173.92 | 91.36 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 109 | 0.07 | 0 | 0.42 | 0.27 | 70.77 | 0.36 | 0.58 |
| Hex | AD | BB | 6D | 7 | 0 | 2A | 1B | 47 | 24 | 3A |
| Octal | 255 | 273 | 155 | 7 | 0 | 52 | 33 | 107 | 44 | 72 |
| Binary | 10101101 | 10111011 | 1101101 | 111 | 0 | 101010 | 11011 | 1000111 | 100100 | 111010 |
Color Harmonies of #ADBB6D
Complementary color
Monochromatic Colors of #ADBB6D
Black with #ADBB6D
Text Example
Text Example
White with #ADBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB6D; }
p { color: rgb(173,187,109); }
H1.HeaderClassName
{
color: #ADBB6D;
}
.AnyTagClassName
{
color: #ADBB6D;
}
</style>
background-color css
<style>
a { background-color: #ADBB6D; }
a { background-color: rgb(173,187,109); }
div.DivClassName
{
background-color: #ADBB6D;
}
.BgClassName
{
background-color: #ADBB6D;
}
</style>
border-color css
<style>
span { border-color: #ADBB6D; }
span { border-color: rgb(173,187,109); }
td.TdClassName
{
border-color: #ADBB6D;
}
.TagClassName
{
border-color: #ADBB6D;
}
</style>