Shades of Caper #ADCB75
Tints of Caper #ADCB75
RGB
CMYK
RGB Variations
Color information
#ADCB75 (or 0xADCB75) is known color: Caper. HEX triplet: AD, CB and 75. RGB value is (173,203,117). Sum of RGB (Red+Green+Blue) = 173+203+117=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB75 is #52348A. Grayscale: #B8B8B8. Windows color (decimal): -5387403 or 7719853. OLE color: 7719853.
HSL color Cylindrical-coordinate representation of color #ADCB75: hue angle of 80.93º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADCB75 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 117 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.20 |
| HSL | 80.93º | 0.45% | 0.63% | - |
| HSV(B) | 80.93º | 0.42% | 0.8% | - |
| XYZ | 41.8 | 52.88 | 24.83 | - |
| YUV | 184.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 117 | 0.15 | 0 | 0.42 | 0.20 | 80.93 | 0.45 | 0.63 |
| Hex | AD | CB | 75 | F | 0 | 2A | 14 | 51 | 2D | 3F |
| Octal | 255 | 313 | 165 | 17 | 0 | 52 | 24 | 121 | 55 | 77 |
| Binary | 10101101 | 11001011 | 1110101 | 1111 | 0 | 101010 | 10100 | 1010001 | 101101 | 111111 |
Color Harmonies of #ADCB75
Complementary color
Monochromatic Colors of #ADCB75
Black with #ADCB75
Text Example
Text Example
White with #ADCB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB75; }
p { color: rgb(173,203,117); }
H1.HeaderClassName
{
color: #ADCB75;
}
.AnyTagClassName
{
color: #ADCB75;
}
</style>
background-color css
<style>
a { background-color: #ADCB75; }
a { background-color: rgb(173,203,117); }
div.DivClassName
{
background-color: #ADCB75;
}
.BgClassName
{
background-color: #ADCB75;
}
</style>
border-color css
<style>
span { border-color: #ADCB75; }
span { border-color: rgb(173,203,117); }
td.TdClassName
{
border-color: #ADCB75;
}
.TagClassName
{
border-color: #ADCB75;
}
</style>