#A7CA7C

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

Shades of Caper #A7CA7C

Tints of Caper #A7CA7C

Color information

#A7CA7C (or 0xA7CA7C) is unknown color: approx Caper. HEX triplet: A7, CA and 7C. RGB value is (167,202,124). Sum of RGB (Red+Green+Blue) = 167+202+124=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA7C is #583583. Grayscale: #B6B6B6. Windows color (decimal): -5780868 or 8178343. OLE color: 8178343.

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

Color convert

RGB167202124-
CMYK0.1700.390.21
HSL86.92º42.39%63.92%-
HSV(B)86.92º38.61%79.22%-
XYZ40.6951.9126.94-
YUV182.6494.9116.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=33.87%
G=40.97%
B=25.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672021240.1700.390.2186.9242.3963.92
HexA7CA7C1102715572a40
Octal247312174210472512752100
Binary101001111100101011111001000101001111010110101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CA7C; }

 p { color: rgb(167,202,124); }

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

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

 a { background-color: rgb(167,202,124); }

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

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

 span { border-color: rgb(167,202,124); }

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