Shades of Caper #ADCB80
Tints of Caper #ADCB80
RGB
CMYK
RGB Variations
Color information
#ADCB80 (or 0xADCB80) is known color: Caper. HEX triplet: AD, CB and 80. RGB value is (173,203,128). Sum of RGB (Red+Green+Blue) = 173+203+128=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB80 is #52347F. Grayscale: #B9B9B9. Windows color (decimal): -5387392 or 8440749. OLE color: 8440749.
HSL color Cylindrical-coordinate representation of color #ADCB80: hue angle of 84º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADCB80 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 128 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.20 |
| HSL | 84º | 0.42% | 0.65% | - |
| HSV(B) | 84º | 0.37% | 0.8% | - |
| XYZ | 42.49 | 53.15 | 28.44 | - |
| YUV | 185.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 128 | 0.15 | 0 | 0.37 | 0.20 | 84 | 0.42 | 0.65 |
| Hex | AD | CB | 80 | F | 0 | 25 | 14 | 54 | 2A | 41 |
| Octal | 255 | 313 | 200 | 17 | 0 | 45 | 24 | 124 | 52 | 101 |
| Binary | 10101101 | 11001011 | 10000000 | 1111 | 0 | 100101 | 10100 | 1010100 | 101010 | 1000001 |
Color Harmonies of #ADCB80
Complementary color
Monochromatic Colors of #ADCB80
Black with #ADCB80
Text Example
Text Example
White with #ADCB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB80; }
p { color: rgb(173,203,128); }
H1.HeaderClassName
{
color: #ADCB80;
}
.AnyTagClassName
{
color: #ADCB80;
}
</style>
background-color css
<style>
a { background-color: #ADCB80; }
a { background-color: rgb(173,203,128); }
div.DivClassName
{
background-color: #ADCB80;
}
.BgClassName
{
background-color: #ADCB80;
}
</style>
border-color css
<style>
span { border-color: #ADCB80; }
span { border-color: rgb(173,203,128); }
td.TdClassName
{
border-color: #ADCB80;
}
.TagClassName
{
border-color: #ADCB80;
}
</style>