#ADCA6D

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

Shades of Caper #ADCA6D

Tints of Caper #ADCA6D

Color information

#ADCA6D (or 0xADCA6D) is unknown color: approx Caper. HEX triplet: AD, CA and 6D. RGB value is (173,202,109). Sum of RGB (Red+Green+Blue) = 173+202+109=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA6D is #523592. Grayscale: #B7B7B7. Windows color (decimal): -5387667 or 7195309. OLE color: 7195309.

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

Color convert

RGB173202109-
CMYK0.1400.460.21
HSL78.71º46.73%60.98%-
HSV(B)78.71º46.04%79.22%-
XYZ41.1152.2322.38-
YUV182.7386.39121.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=35.74%
G=41.74%
B=22.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021090.1400.460.2178.7146.7360.98
HexADCA6DE02E154f2f3d
Octal25531215516056251175775
Binary1010110111001010110110111100101110101011001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA6D; }

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

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

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

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

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

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

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

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