#ADCA7D

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

Shades of Caper #ADCA7D

Tints of Caper #ADCA7D

Color information

#ADCA7D (or 0xADCA7D) is unknown color: approx Caper. HEX triplet: AD, CA and 7D. RGB value is (173,202,125). Sum of RGB (Red+Green+Blue) = 173+202+125=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA7D is #523582. Grayscale: #B8B8B8. Windows color (decimal): -5387651 or 8243885. OLE color: 8243885.

HSL color Cylindrical-coordinate representation of color #ADCA7D: hue angle of 82.6º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADCA7D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB173202125-
CMYK0.1400.380.21
HSL82.6º42.08%64.12%-
HSV(B)82.6º38.12%79.22%-
XYZ42.0652.6127.34-
YUV184.5594.39119.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 125 (49.22% from 255) = 25%
R=34.6%
G=40.4%
B=25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021250.1400.380.2182.642.0864.12
HexADCA7DE02615532a40
Octal255312175160462512352100
Binary10101101110010101111101111001001101010110100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA7D; }

 p { color: rgb(173,202,125); }

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

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

 a { background-color: rgb(173,202,125); }

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

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

 span { border-color: rgb(173,202,125); }

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