#ADCA6E

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

Shades of Caper #ADCA6E

Tints of Caper #ADCA6E

Color information

#ADCA6E (or 0xADCA6E) is unknown color: approx Caper. HEX triplet: AD, CA and 6E. RGB value is (173,202,110). Sum of RGB (Red+Green+Blue) = 173+202+110=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA6E is #523591. Grayscale: #B7B7B7. Windows color (decimal): -5387666 or 7260845. OLE color: 7260845.

HSL color Cylindrical-coordinate representation of color #ADCA6E: hue angle of 78.91º degrees, saturation: 0.46, 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 #ADCA6E is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB173202110-
CMYK0.1400.460.21
HSL78.91º46.46%61.18%-
HSV(B)78.91º45.54%79.22%-
XYZ41.1752.2522.67-
YUV182.8486.89120.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=35.67%
G=41.65%
B=22.68%

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
Decimal1732021100.1400.460.2178.9146.4661.18
HexADCA6EE02E154f2e3d
Octal25531215616056251175675
Binary1010110111001010110111011100101110101011001111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA6E; }

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

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

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

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

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

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

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

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