Shades of Caper #ADCB77
Tints of Caper #ADCB77
RGB
CMYK
RGB Variations
Color information
#ADCB77 (or 0xADCB77) is known color: Caper. HEX triplet: AD, CB and 77. RGB value is (173,203,119). Sum of RGB (Red+Green+Blue) = 173+203+119=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB77 is #523488. Grayscale: #B8B8B8. Windows color (decimal): -5387401 or 7850925. OLE color: 7850925.
HSL color Cylindrical-coordinate representation of color #ADCB77: hue angle of 81.43º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADCB77 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 119 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.20 |
| HSL | 81.43º | 0.45% | 0.63% | - |
| HSV(B) | 81.43º | 0.41% | 0.8% | - |
| XYZ | 41.92 | 52.93 | 25.46 | - |
| YUV | 184.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 119 | 0.15 | 0 | 0.41 | 0.20 | 81.43 | 0.45 | 0.63 |
| Hex | AD | CB | 77 | F | 0 | 29 | 14 | 51 | 2D | 3F |
| Octal | 255 | 313 | 167 | 17 | 0 | 51 | 24 | 121 | 55 | 77 |
| Binary | 10101101 | 11001011 | 1110111 | 1111 | 0 | 101001 | 10100 | 1010001 | 101101 | 111111 |
Color Harmonies of #ADCB77
Complementary color
Monochromatic Colors of #ADCB77
Black with #ADCB77
Text Example
Text Example
White with #ADCB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB77; }
p { color: rgb(173,203,119); }
H1.HeaderClassName
{
color: #ADCB77;
}
.AnyTagClassName
{
color: #ADCB77;
}
</style>
background-color css
<style>
a { background-color: #ADCB77; }
a { background-color: rgb(173,203,119); }
div.DivClassName
{
background-color: #ADCB77;
}
.BgClassName
{
background-color: #ADCB77;
}
</style>
border-color css
<style>
span { border-color: #ADCB77; }
span { border-color: rgb(173,203,119); }
td.TdClassName
{
border-color: #ADCB77;
}
.TagClassName
{
border-color: #ADCB77;
}
</style>