Shades of Caper #ADCB73
Tints of Caper #ADCB73
RGB
CMYK
RGB Variations
Color information
#ADCB73 (or 0xADCB73) is known color: Caper. HEX triplet: AD, CB and 73. RGB value is (173,203,115). Sum of RGB (Red+Green+Blue) = 173+203+115=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB73 is #52348C. Grayscale: #B8B8B8. Windows color (decimal): -5387405 or 7588781. OLE color: 7588781.
HSL color Cylindrical-coordinate representation of color #ADCB73: hue angle of 80.45º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADCB73 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 115 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.20 |
| HSL | 80.45º | 0.46% | 0.62% | - |
| HSV(B) | 80.45º | 0.43% | 0.8% | - |
| XYZ | 41.68 | 52.83 | 24.22 | - |
| YUV | 184 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 115 | 0.15 | 0 | 0.43 | 0.20 | 80.45 | 0.46 | 0.62 |
| Hex | AD | CB | 73 | F | 0 | 2B | 14 | 50 | 2E | 3E |
| Octal | 255 | 313 | 163 | 17 | 0 | 53 | 24 | 120 | 56 | 76 |
| Binary | 10101101 | 11001011 | 1110011 | 1111 | 0 | 101011 | 10100 | 1010000 | 101110 | 111110 |
Color Harmonies of #ADCB73
Complementary color
Monochromatic Colors of #ADCB73
Black with #ADCB73
Text Example
Text Example
White with #ADCB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB73; }
p { color: rgb(173,203,115); }
H1.HeaderClassName
{
color: #ADCB73;
}
.AnyTagClassName
{
color: #ADCB73;
}
</style>
background-color css
<style>
a { background-color: #ADCB73; }
a { background-color: rgb(173,203,115); }
div.DivClassName
{
background-color: #ADCB73;
}
.BgClassName
{
background-color: #ADCB73;
}
</style>
border-color css
<style>
span { border-color: #ADCB73; }
span { border-color: rgb(173,203,115); }
td.TdClassName
{
border-color: #ADCB73;
}
.TagClassName
{
border-color: #ADCB73;
}
</style>