#ADCD84

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

Shades of Caper #ADCD84

Tints of Caper #ADCD84

Color information

#ADCD84 (or 0xADCD84) is unknown color: approx Caper. HEX triplet: AD, CD and 84. RGB value is (173,205,132). Sum of RGB (Red+Green+Blue) = 173+205+132=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD84 is #52327B. Grayscale: #BBBBBB. Windows color (decimal): -5386876 or 8703405. OLE color: 8703405.

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

Color convert

RGB173205132-
CMYK0.1600.360.20
HSL86.3º42.2%66.08%-
HSV(B)86.3º35.61%80.39%-
XYZ43.2354.2130.02-
YUV187.1196.9117.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 132 (51.95% from 255) = 25.88%
R=33.92%
G=40.20%
B=25.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051320.1600.360.2086.342.266.08
HexADCD841002414562a42
Octal255315204200442412652102
Binary1010110111001101100001001000001001001010010101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD84; }

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

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

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

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

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

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

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

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