#ADCA7B

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

Shades of Caper #ADCA7B

Tints of Caper #ADCA7B

Color information

#ADCA7B (or 0xADCA7B) is unknown color: approx Caper. HEX triplet: AD, CA and 7B. RGB value is (173,202,123). Sum of RGB (Red+Green+Blue) = 173+202+123=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA7B is #523584. Grayscale: #B8B8B8. Windows color (decimal): -5387653 or 8112813. OLE color: 8112813.

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

Color convert

RGB173202123-
CMYK0.1400.390.21
HSL82.03º42.7%63.73%-
HSV(B)82.03º39.11%79.22%-
XYZ41.9352.5626.67-
YUV184.3293.39119.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 123 (48.44% from 255) = 24.70%
R=34.74%
G=40.56%
B=24.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021230.1400.390.2182.0342.763.73
HexADCA7BE02715522b40
Octal255312173160472512253100
Binary10101101110010101111011111001001111010110100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA7B; }

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

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

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

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

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

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

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

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