#ADCD80

Color #ADCD80 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ADCD80

Tints of Caper #ADCD80

Color information

#ADCD80 (or 0xADCD80) is unknown color: approx Caper. HEX triplet: AD, CD and 80. RGB value is (173,205,128). Sum of RGB (Red+Green+Blue) = 173+205+128=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD80 is #52327F. Grayscale: #BABABA. Windows color (decimal): -5386880 or 8441261. OLE color: 8441261.

HSL color Cylindrical-coordinate representation of color #ADCD80: hue angle of 84.94º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADCD80 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB173205128-
CMYK0.1600.380.20
HSL84.94º43.5%65.29%-
HSV(B)84.94º37.56%80.39%-
XYZ42.9654.1128.6-
YUV186.6594.9118.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=34.19%
G=40.51%
B=25.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051280.1600.380.2084.9443.565.29
HexADCD801002614552c41
Octal255315200200462412554101
Binary1010110111001101100000001000001001101010010101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD80; }

 p { color: rgb(173,205,128); }

 H1.HeaderClassName
 {
   color: #ADCD80;
 }
 .AnyTagClassName
 {
   color: #ADCD80;
 }
</style>
background-color css

<style>
 a { background-color: #ADCD80; }

 a { background-color: rgb(173,205,128); }

 div.DivClassName
 {
   background-color: #ADCD80;
 }
 .BgClassName
 {
   background-color: #ADCD80;
 }
</style>
border-color css

<style>
 span { border-color: #ADCD80; }

 span { border-color: rgb(173,205,128); }

 td.TdClassName
 {
   border-color: #ADCD80;
 }
 .TagClassName
 {
   border-color: #ADCD80;
 }
</style>