#ADCA6F

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

Shades of Caper #ADCA6F

Tints of Caper #ADCA6F

Color information

#ADCA6F (or 0xADCA6F) is unknown color: approx Caper. HEX triplet: AD, CA and 6F. RGB value is (173,202,111). Sum of RGB (Red+Green+Blue) = 173+202+111=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA6F is #523590. Grayscale: #B7B7B7. Windows color (decimal): -5387665 or 7326381. OLE color: 7326381.

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

Color convert

RGB173202111-
CMYK0.1400.450.21
HSL79.12º46.19%61.37%-
HSV(B)79.12º45.05%79.22%-
XYZ41.2252.2722.96-
YUV182.9687.39120.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 111 (43.75% from 255) = 22.84%
R=35.60%
G=41.56%
B=22.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021110.1400.450.2179.1246.1961.37
HexADCA6FE02D154f2e3d
Octal25531215716055251175675
Binary1010110111001010110111111100101101101011001111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA6F; }

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

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

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

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

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

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

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

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