Shades of Caper #ADCB70
Tints of Caper #ADCB70
RGB
CMYK
RGB Variations
Color information
#ADCB70 (or 0xADCB70) is known color: Caper. HEX triplet: AD, CB and 70. RGB value is (173,203,112). Sum of RGB (Red+Green+Blue) = 173+203+112=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB70 is #52348F. Grayscale: #B7B7B7. Windows color (decimal): -5387408 or 7392173. OLE color: 7392173.
HSL color Cylindrical-coordinate representation of color #ADCB70: hue angle of 79.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADCB70 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 112 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.20 |
| HSL | 79.78º | 0.47% | 0.62% | - |
| HSV(B) | 79.78º | 0.45% | 0.8% | - |
| XYZ | 41.51 | 52.77 | 23.33 | - |
| YUV | 183.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 112 | 0.15 | 0 | 0.45 | 0.20 | 79.78 | 0.47 | 0.62 |
| Hex | AD | CB | 70 | F | 0 | 2D | 14 | 50 | 2F | 3E |
| Octal | 255 | 313 | 160 | 17 | 0 | 55 | 24 | 120 | 57 | 76 |
| Binary | 10101101 | 11001011 | 1110000 | 1111 | 0 | 101101 | 10100 | 1010000 | 101111 | 111110 |
Color Harmonies of #ADCB70
Complementary color
Monochromatic Colors of #ADCB70
Black with #ADCB70
Text Example
Text Example
White with #ADCB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB70; }
p { color: rgb(173,203,112); }
H1.HeaderClassName
{
color: #ADCB70;
}
.AnyTagClassName
{
color: #ADCB70;
}
</style>
background-color css
<style>
a { background-color: #ADCB70; }
a { background-color: rgb(173,203,112); }
div.DivClassName
{
background-color: #ADCB70;
}
.BgClassName
{
background-color: #ADCB70;
}
</style>
border-color css
<style>
span { border-color: #ADCB70; }
span { border-color: rgb(173,203,112); }
td.TdClassName
{
border-color: #ADCB70;
}
.TagClassName
{
border-color: #ADCB70;
}
</style>